Pointless API Docs

pointless/prelude/iter.ptls (source)


getIndex(lhs, rhs) link
getIndex(lhs, rhs) = lhs[rhs]

length(iter) link
Get the number of elements in a list, set, dict, array, or tuple

product(iters) link
Get the cartesian product of a list of iterables

at(n, iter) link
Returns the nth element in a tuple, array, or list
(must have at least n elements)