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

fuookami.ospf.kotlin.utils.multi_array.Vector.kt Maven / Gradle / Ivy

There is a newer version: 1.0.29
Show newest version
package fuookami.ospf.kotlin.utils.multi_array

import fuookami.ospf.kotlin.utils.math.*
import fuookami.ospf.kotlin.utils.math.value_range.*

data class DummyIndex(
    val range: ValueRange?
) {
    constructor(value: UInt64) : this(ValueRange(value).value!!)
}

val _a = DummyIndex(null)
typealias DummyVector = List




© 2015 - 2024 Weber Informatics LLC | Privacy Policy