Companion

object Companion

Functions

create
Link copied to clipboard
common
fun <T : Any> create(spec: MemorySpec<T>, size: Int): MemoryBuffer<T>
inline fun <T : Any> create(spec: MemorySpec<T>, size: Int, initializer: (Int) -> T): MemoryBuffer<T>

Sources

common source
Link copied to clipboard