VirtualBuffer

fun <out T> VirtualBuffer(size: Int, generator: (Int) -> T)

Parameters

T

the type of elements provided by the buffer.

Sources

common source
Link copied to clipboard