Iterators
iterator accumulate[T](iterable: openArray[T]; binop: BinOp[T] = binOpAdd; inital = mayZeroDefault(T)): T
- Source Edit
iterator combinations[T](iterable: openArray[T]; r: int): seq[T]
- Source Edit
Templates
template mayZeroDefault[T](t: typedesc[T]): T
- Source Edit