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

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

package ru.casperix.math.array

interface Array1D {
    val size:Int
    operator fun get(index: Int): Item
    operator fun iterator(): Iterator
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy