set

fun set(int: Int)(source)

Set the int at the index

Since

0.1.0

Parameters

int

The int to set


fun set(unsignedInt: UInt)(source)

Set the int at the index

Since

0.1.0

Parameters

unsignedInt

The unsigned int to set


fun set(float: Float)(source)

Set the int at the index

Since

0.1.0

Parameters

float

The float to set