LazyArrayMDList
class LazyArrayMDList<E>(val shape: MDShape, offsetting: MDShapeOffsetting = MDShapeStrides(shape), generator: (index: KoneUIntArray) -> E) : SettableMDList<E> (source)
Constructors
Link copied to clipboard
constructor(shape: MDShape, offsetting: MDShapeOffsetting = MDShapeStrides(shape), generator: (index: KoneUIntArray) -> E)