removes and returns the first item of a collection
std::put | adds a single item at the front of a collection |
std::pop | remove and return the last item of a collection |
std::push | add a single item at the end of a collection |
std_types::generic_list | removes and returns the first element of the list |