VirtualBuffer

constructor(size: Int, generator: (Int) -> T)

Parameters

T

the type of elements provided by the buffer.