std::collections::anylist
Public
Functions
| Name | Description |
|---|---|
| anylist::first | Return the first element by value, assuming it is the given type. |
| anylist::pop | Pop a value who's type is known. If the type is incorrect, this... |
| anylist::last | Return the last element by value, assuming it is the given type. |
| anylist::len | Return the length of the list. |
| anylist::get | Return an element in the list by value, assuming it is the given type. |
| anylist::pop_first | Pop a value who's type is known. If the type is incorrect, this... |
| anylist::last_any | Return the last element |
| anylist::get_any | Return an element in the list. |
| anylist::first_any | Return the first element |