We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
794e35a
Add Iterator.Clone method so iterators (that support it) can be cloned
Iterator.Clone
df9bfa6
Building more control structures around builders and introducing Tasks as a simpler Result when you only care about success or not
8b4ab86
Adding builder.WithOptions which allows builder.Build calls to receive arrays of options mixed with individual options.
builder.WithOptions
builder.Build
423f69f
Introduce result.Collect function to handle Result arrays.
result.Collect
Result
3107839
Introduce iterator.WithFilter which allows you to filter values out of an iterator.
iterator.WithFilter
ab716df
First stable version of the library with working implementations of: