indexRemove

fun indexRemove(index: Int)

Removes a key at an index previously acquired from .indexOf.

Parameters

index

The index of the key to remove, as returned from .indexOf.

See also

.indexOf

Throws

If assertions are enabled and the index does not correspond to an existing key.