MutableStructure1D
interface MutableStructure1D<T> : Structure1D<T> , MutableStructureND<T> , MutableBuffer<T>
Content copied to clipboard
A mutable structure that is guaranteed to be one-dimensional
Functions
Link copied to clipboard
Returns a shallow copy of the buffer.
Link copied to clipboard
open override fun <F : StructureFeature> getFeature(type: KClass<out F>): F?
Content copied to clipboard
Feature is some additional structure information that allows to access it special properties or hints. If the feature is not present, null
is returned.