insertFront.Deque {Containers}R Documentation

Insert an Element at the Front of a Deque

Description

This method puts a new element at the front of a Deque.

Details

aDeque$insertFront(42)

Author(s)

John Hughes


[Package Containers version 1.2 Index]