List.removeLast

Removes number of elements from end of list

class List(T)
bool
removeLast
()

Return Value

Type: bool

true if successful, false if not enough elements to remove

Meta