Package-level declarations

Functions

Link copied to clipboard
.average from:{Iterable<Any>} -> Number
Link copied to clipboard
.distinct from:{Iterable<Any>} -> Iterable<Any>
Link copied to clipboard
.first from:{Iterable<Any>} -> Any
Link copied to clipboard
.getat from:{Iterable<Any>}
index:{Int}
orelse:{Dynamic = DynamicValue(NOT_FOUND)}
-> Any
Link copied to clipboard
.groupvalues from:{Iterable<Any>} -> Iterable<Iterable<Any>>

Groups a collection by their value.

Link copied to clipboard
.last from:{Iterable<Any>} -> Any
Link copied to clipboard
.pair first:{Dynamic} second:{Dynamic} -> Pair<*, *>

Creates a new pair.

Link copied to clipboard
.reversed from:{Iterable<Any>} -> Iterable<Any>
Link copied to clipboard
.second from:{Iterable<Any>} -> Any
Link copied to clipboard
.size of:{Iterable<Any>} -> Number
Link copied to clipboard
.sorted from:{Iterable<Any>} by:{Lambda? = null} -> Iterable<Any>
Link copied to clipboard
.sumall from:{Iterable<Any>} -> Number
Link copied to clipboard
.third from:{Iterable<Any>} -> Any