std::collections::anylist

Public

Functions

NameDescription
anylist::firstReturn the first element by value, assuming it is the given type.
anylist::popPop a value who's type is known. If the type is incorrect, this...
anylist::lastReturn the last element by value, assuming it is the given type.
anylist::lenReturn the length of the list.
anylist::getReturn an element in the list by value, assuming it is the given type.
anylist::pop_firstPop a value who's type is known. If the type is incorrect, this...
anylist::last_anyReturn the last element
anylist::get_anyReturn an element in the list.
anylist::first_anyReturn the first element