Available on headless
@:value(1)staticinlineread onlyBYTES_PER_ELEMENT:Int = 1
@:has_untypedstaticinlinefromArray<T>(_array:Array<T>):UInt8Array
@:has_untypedstaticinlinefromView(_view:ArrayBufferView):UInt8Array
staticinlinefromBuffer(_buffer:ArrayBuffer, _byteOffset:Int, _byteLength:Int):UInt8Array
staticinlinefromBytes(bytes:Bytes, ?byteOffset:Int, ?len:Int):UInt8Array
staticinlinetoBytes(this:Uint8Array):Bytes