std.collections.List.RemoveFirst - nitrologic/monkey2 GitHub Wiki

std::std.collections.std.collections.List.RemoveFirst

Method RemoveFirst:T( )

Removes and returns the first value in the list.

In debug builds, a runtime error will occur if the list is empty.