List.remove

Removes last elements(s) starting from an index

Arguments: count is number of elements to remove

class List(T)
bool
remove

Return Value

Type: bool

false if range is out of bounds, true if successful

Meta