ammer icon indicating copy to clipboard operation
ammer copied to clipboard

Expressions

Open Aurel300 opened this issue 6 years ago • 0 comments

Perhaps as an alternative/replacement for ammer.ffi.SizeOf, ammer.ffi.SizeOfReturn, etc:

public static function foobar():Bytes {
  var size = 0;
  var ptr = nativeCall(/* passed by reference? */ size);
  return ammer.Native.bytes(ptr, size);
}

Aurel300 avatar Oct 01 '19 18:10 Aurel300