All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.ru.casperix.math.array.MutableArray1D.kt Maven / Gradle / Ivy

package ru.casperix.math.array

interface MutableArray1D : Array1D {
    operator fun set(index: Int, value: Item)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy