Open darrylabbate opened 1 year ago
min()
max()
sum()
sort()
select()
push()
pop()
dequeue()
pack()
Note that whenever closures are implemented (#22), sort() should be refactored to take a user-defined function as an optional argument
min()
/max()
sum()
sort()
select()
push()
/pop()
(dequeue()
?)pack()