FFIString

Representation of a string.

extern (C)
alias FFIString = FFIArray!(const(char))

Meta