Static methods
staticaddress(this:Bytes):Int64
Returns the address value of the bytes. On 32 bit system the upper 32 bits will always be 0
staticinlinegetArray<T>(a:Array<T>):Bytes
Get the bytes reference from an array of basic types (no copy occurs)
staticoffset(this:Bytes, delta:Int):Bytes
Please note that you need to retain the original unoffset'ed Bytes so it does not get garbage collected, unless the pointer was not GC allocated.