AppendableBuffer.toArray

Gets a slice representing the buffer's contents.

struct AppendableBuffer(T)
T[]
toArray
()

Return Value

Type: T[]

The buffer's contents.

Meta