Companion

object Companion

Functions

Link copied to clipboard
inline fun fromString(maps: Map<Char, Double>, default: Double, code: String, marginChar: Char = '\u0000'): DoubleArray2
Link copied to clipboard
inline operator fun invoke(rows: List<List<Double>>): DoubleArray2
inline operator fun invoke(width: Int, height: Int, fill: Double): DoubleArray2
inline operator fun invoke(width: Int, height: Int, gen: (n: Int) -> Double): DoubleArray2
inline operator fun invoke(map: String, marginChar: Char = '\u0000', gen: (char: Char, x: Int, y: Int) -> Double): DoubleArray2
inline operator fun invoke(map: String, default: Double, transform: Map<Char, Double>): DoubleArray2
Link copied to clipboard
inline fun withGen(width: Int, height: Int, gen: (x: Int, y: Int) -> Double): DoubleArray2