go2hx

manual

github

Module stdgo.compress.flate has compilation errors, please do not use:

 ERROR  stdgo/compress/flate/Flate.hx:622: characters 55-72

 622 |     function get__bits():haxe.ds.Vector<StdTypes.Int> return this._bits;
     |                                                       ^^^^^^^^^^^^^^^^^
     | stdgo.Ref<stdgo.GoArray<stdgo.GoInt>> should be haxe.ds.Vector<Int>

 ERROR  stdgo/compress/flate/Flate.hx:624: characters 9-23

 624 |         this._bits = v;
     |         ^^^^^^^^^^^^^^
     | haxe.ds.Vector<Int> should be stdgo.Ref<stdgo.GoArray<stdgo.GoInt>>

 ERROR  stdgo/compress/flate/Flate.hx:628: characters 59-80

 628 |     function get__codebits():haxe.ds.Vector<StdTypes.Int> return this._codebits;
     |                                                           ^^^^^^^^^^^^^^^^^^^^^
     | stdgo.Ref<stdgo.GoArray<stdgo.GoInt>> should be haxe.ds.Vector<Int>

 ERROR  stdgo/compress/flate/Flate.hx:630: characters 9-27

 630 |         this._codebits = v;
     |         ^^^^^^^^^^^^^^^^^^
     | haxe.ds.Vector<Int> should be stdgo.Ref<stdgo.GoArray<stdgo.GoInt>>

 ERROR  stdgo/compress/flate/Flate.hx:707: characters 1-6

 707 | _bits,
     | ^^^^^
     | Null<haxe.ds.Vector<Int>> should be Null<stdgo.Ref<stdgo.GoArray<stdgo.GoInt>>>
     | For optional function argument '_bits'