AppendableBuffer.length

Gets the length of the buffer, or the total number of items in it.

struct AppendableBuffer(T)
const
uint
length
()

Return Value

Type: uint

The buffer's length.

Meta