Companion
object Companion
Content copied to clipboard
Functions
auto
Link copied to clipboard
double
Link copied to clipboard
Creates a DoubleBuffer with the specified size, where each element is calculated by calling the specified initializer function.
float
Link copied to clipboard
Creates a FloatBuffer with the specified size, where each element is calculated by calling the specified initializer function.
long
Link copied to clipboard
Creates a LongBuffer with the specified size, where each element is calculated by calling the specified initializer function.
short
Link copied to clipboard
Creates a ShortBuffer with the specified size, where each element is calculated by calling the specified initializer function.
Extensions
bigInt
Link copied to clipboard
inline fun MutableBuffer.Companion.bigInt(size: Int, initializer: (Int) -> BigInt): MutableBuffer<BigInt>
Content copied to clipboard
Sources
common source
Link copied to clipboard