Man pages for bobjansen/recollections
Data Structures for R

boundedPriorityQueueBounded Priority Queue object
clearClear (empty) a container
counterCounter object inspired on Python collections.Counter
counterFromListCreate a counter object from a list of strings
cycleSequenceCycling sequence of integers
dictionaryDictionary object
emptyCheck whether the given container is empty
filterFilter a container using 'fun()'
getIndexGet the current index of a sequence
getValueGet a value from a container
integerSequenceLazy sequence of natural numbers
keysGet the keys in a container
mapMap the values in the container to new values suing 'fun()'
nextItemGet the next value in a sequence
peekPeek at the next value in a sequence but don't advance in the...
popPop a value from a container
primeSequenceLazy sequence of primes
priorityQueuePriority Queue object
pushPush a value to a container
setValueSet a value with the given key in the given container
sizeGet the size in a container
stepSequenceLazy sequence object of evenly spaced integers
stringBuilderString Builder object
takeTake n elements
takeWhileTake elements while the condition is true
toListConvert container to list.
toList.CounterConvert a Counter to a list
topReturn the top element
topAndPopRemove and return the top element
bobjansen/recollections documentation built on Feb. 13, 2022, 1:30 p.m.