powered by
insert_front(d, e, ...)
without_front
d <- rdeque() d <- insert_front(d, "a") d <- insert_front(d, "b") print(d) d2 <- insert_front(d, "c") print(d2) print(d)
Run the code above in your browser using DataLab