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

commonMain.ru.casperix.math.array.float32.ArrayBuilder.kt Maven / Gradle / Ivy

package ru.casperix.math.array.float32

interface ArrayBuilder {
    fun append(data:TargetArray)
    var length:Int
    fun build():TargetArray
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy