MutableStructureND
Represents mutable StructureND.
Functions
getFeature
Link copied to clipboard
open override fun <F : StructureFeature> getFeature(type: KClass<out F>): F?
Content copied to clipboard
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: (index: 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
Sources
common source
Link copied to clipboard