Popleft

Operation that removes and returns the first element from a data structure.

Popleft refers to the operation of removing and returning the first element from a data structure, typically used in programming contexts involving queues or dequeues.

Built by Tim Jones