set

abstract operator fun set(vararg indices: Int, other: F64Array)
abstract operator fun set(vararg indices: Int, init: Double)
abstract operator fun set(any: _I, other: F64Array)
abstract operator fun set(any: _I, other: Double)
abstract operator fun set(any: _I, c: Int, other: F64Array)
abstract operator fun set(any: _I, c: Int, init: Double)