
commonMain.casperix.math.array.Array1D.kt Maven / Gradle / Ivy
package casperix.math.array
interface Array1D- {
val size:Int
operator fun get(index: Int): Item
operator fun iterator(): Iterator
-
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy