[ CCode ( has_construct_function = false ) ]
public BufferList.sized (uint size)
Creates a new, empty BufferList.
The list will have size
space preallocated so that memory reallocations can be avoided.
size |
an initial reserved size |
the new BufferList. |