staticread onlycapacity:GoInt
staticread onlylength:GoInt
Fixed size array similar to haxe.ds.Vector
@:fromstaticfromArray<T>(array:Array<T>):GoArray<T>
__copy__(this:GoArrayData<T>):GoArray<T>
__getOffset__(this:GoArrayData<T>):Int
@:op([])__get__(this:GoArrayData<T>, index:GoInt):T
inline__setData__(data:GoArrayData<T>):Void
inline__setNil__(this:GoArrayData<T>):GoArray<T>
__setNumber32__(this:GoArrayData<T>):GoArray<T>
__setNumber64__(this:GoArrayData<T>):GoArray<T>
__setString__(this:GoArrayData<T>):GoArray<T>
@:op([])__set__(this:GoArrayData<T>, index:GoInt, value:T):T
inline__slice__(args:Rest<GoInt>):Slice<T>
inline__toArray__(this:GoArrayData<T>):Array<T>
inline__toBasic__(this:GoArrayData<T>):GoArrayData<T>
iterator(this:GoArrayData<T>):GoArrayDataIterator<T>
keyValueIterator(this:GoArrayData<T>):KeyValueIterator<GoInt, T>