MutableBufferFactory

Function that produces MutableBuffer from its size and function that supplies values.

Parameters

T

the type of buffer.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract operator override fun invoke(size: Int, builder: (Int) -> T): MutableBuffer<T>