map

abstract fun StructureND<T>.map(transform: C.(T) -> T): StructureND<T>

Maps elements from one structure to another one by applying transform to them.

Sources

common source
Link copied to clipboard