boundedPriorityQueue | Bounded Priority Queue object |
clear | Clear (empty) a container |
counter | Counter object inspired on Python collections.Counter |
counterFromList | Create a counter object from a list of strings |
cycleSequence | Cycling sequence of integers |
dictionary | Dictionary object |
empty | Check whether the given container is empty |
filter | Filter a container using 'fun()' |
getIndex | Get the current index of a sequence |
getValue | Get a value from a container |
integerSequence | Lazy sequence of natural numbers |
keys | Get the keys in a container |
map | Map the values in the container to new values suing 'fun()' |
nextItem | Get the next value in a sequence |
peek | Peek at the next value in a sequence but don't advance in the... |
pop | Pop a value from a container |
primeSequence | Lazy sequence of primes |
priorityQueue | Priority Queue object |
push | Push a value to a container |
setValue | Set a value with the given key in the given container |
size | Get the size in a container |
stepSequence | Lazy sequence object of evenly spaced integers |
stringBuilder | String Builder object |
take | Take n elements |
takeWhile | Take elements while the condition is true |
toList | Convert container to list. |
toList.Counter | Convert a Counter to a list |
top | Return the top element |
topAndPop | Remove and return the top element |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.