Companion
object Companion
Content copied to clipboard
Functions
create
Link copied to clipboard
fun <T : Any> create(spec: MemorySpec<T>, size: Int): MutableMemoryBuffer<T>
Content copied to clipboard
inline fun <T : Any> create(spec: MemorySpec<T>, size: Int, initializer: (Int) -> T): MutableMemoryBuffer<T>
Content copied to clipboard
Sources
common source
Link copied to clipboard