AppendableBuffer.toArrayCopy

Gets a copy of this buffer's contents in a new allocated array. You must free this array yourself.

struct AppendableBuffer(T)
T[]
toArrayCopy
()

Return Value

Type: T[]

The array copy.

Meta