Buffer
A generic read-only random-access structure for both primitives and objects.
Buffer is in general identity-free. Buffer.contentEquals should be used for content equality checks.
Parameters
T
the type of elements contained in the buffer.
Types
Functions
Properties
Inheritors
Structure1D
Link copied to clipboard
ReadOnlyBuffer
Link copied to clipboard
VirtualBuffer
Link copied to clipboard
FlaggedBuffer
Link copied to clipboard
FlaggedDoubleBuffer
Link copied to clipboard
ListBuffer
Link copied to clipboard
MemoryBuffer
Link copied to clipboard
MutableBuffer
Link copied to clipboard
Extensions
asIterable
Link copied to clipboard
asReadOnly
Link copied to clipboard
asSequence
Link copied to clipboard
map
Link copied to clipboard
Create a new buffer from this one with the given mapping function and using Buffer.Companion.auto buffer factory.
mapIndexed
Link copied to clipboard
times
Link copied to clipboard
toDoubleArray
Link copied to clipboard
toFloatArray
Link copied to clipboard
toIntArray
Link copied to clipboard
toLongArray
Link copied to clipboard
toMutableList
Link copied to clipboard
toShortArray
Link copied to clipboard
toTypedArray
Link copied to clipboard
unaryMinus
Link copied to clipboard
Sources
common source
Link copied to clipboard