datastructures
datastructures copied to clipboard
Add `as` methods for stacks, queues, etc.
It might help to have a method that converts a data structure into an R list, data frame or the like..
I've played with adding an as.list.stack function, but it seems to be very slow. See: https://github.com/dirmeier/datastructures/issues/13