List.set

Changes the value of element at an index.

Arguments: dat is the new data

class List(T)
bool
set

Return Value

Type: bool

false if index is out of bounds, true if successful

Meta