Does a zero-copy conversion of this FFIArray to a D slice. Regular slice ownership semantics, e.g. variable lifetime, still apply. DIP1000 should help avoid lifetime issues.
Does a zero-copy conversion of this FFIArray to a D slice. Regular slice ownership semantics, e.g. variable lifetime, still apply. DIP1000 should help avoid lifetime issues.
Zero-copy conversion of a native D slice to an FFIArray. The resulting FFIArray has the same lifetime as the native D slice, so a stack allocated slice will also cause the FFIArray to become invalid when leaving its scope. DIP1000 should help avoid such issues.
rorm FFI struct definition for arrays and strings (equivalent to D and Rust slices)