BufferAlgebraND
Functions
getFeature
Link copied to clipboard
open fun <F : StructureFeature> getFeature(structure: StructureND<T>, type: KClass<out F>): F?
Content copied to clipboard
invoke
Link copied to clipboard
open operator fun (T) -> T.invoke(structure: StructureND<T>): StructureND<T>
Content copied to clipboard
mapIndexed
Link copied to clipboard
open override fun StructureND<T>.mapIndexed(transform: A.(index: IntArray, T) -> T): BufferND<T>
Content copied to clipboard
Maps elements from one structure to another one by applying transform to them alongside with their indices.
Properties
Inheritors
BufferedGroupND
Link copied to clipboard