MutableStructureND
Represents mutable StructureND.
Functions
Properties
Inheritors
MutableBufferND
Link copied to clipboard
MutableStructure1D
Link copied to clipboard
MutableStructure2D
Link copied to clipboard
Extensions
as1D
Link copied to clipboard
as2D
Link copied to clipboard
mapInPlace
Link copied to clipboard
inline fun <T> MutableStructureND<T>.mapInPlace(action: (IntArray, T) -> T)
Content copied to clipboard
mapToMutableBuffer
Link copied to clipboard
inline fun <T, R : Any> MutableStructureND<T>.mapToMutableBuffer(factory: MutableBufferFactory<R> = MutableBuffer.Companion::auto, crossinline transform: (T) -> R): MutableBufferND<R>
Content copied to clipboard
Transform structure to a new structure using provided MutableBufferFactory and optimizing if argument is MutableBufferND