You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lazy version of sequtils building upon the recently introduced iterable[T], allowing allocation free online algorithms (summations, firstN, isUnique, isSorted, etc)
proposal
lazy version of sequtils building upon the recently introduced
iterable[T]
, allowing allocation free online algorithms (summations, firstN, isUnique, isSorted, etc)example
see WIP PR: #747
links
openArray
nim-lang/RFCs#288The text was updated successfully, but these errors were encountered: