FFIArray.data

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.

struct FFIArray(T)
@system inout nothrow pure @nogc return
inout(T)[]
data
()

Meta