Search
(press
s
)
Stack
Stack
empty
fromList
push
pop
size
peek
isEmpty
onTopOf
descend
Queue
Queue
empty
enque
deque
fromList
size
peek
isEmpty
inFrontOf
process
NonEmptyList
fromList
single
toList
last
first
min
max
singleThenRepeat
takeFirstAnd
takeLastAnd
get
replace
set
update
append
appendIfOk
prepend
prependIfOk
len
concat
reverse
join
contains
walk
walkWithIndex
walkBackwards
walkUntil
walkBackwardsUntil
walkFrom
walkFromUntil
sum
product
any
all
countIf
map
map2
map3
map4
mapWithIndex
sortWith
sortAsc
sortDesc
swap
joinMap
findFirst
findLast
findFirstIndex
findLastIndex
intersperse
startsWith
endsWith
chunksOf
mapTry
walkTry
Bag
Bag
empty
single
repeat
fromList
fromSet
join
union
intersection
difference
size
isEmpty
containsAny
contains
count
includedIn
insert
remove
removeAll
toList
walk
scaleWith
map
joinMap
keepIf
dropIf
Return to Roc packages
Documentation
Exposed Modules
Stack
Queue
NonEmptyList
Bag