dcheck.generator

Members

Functions

generator
auto generator(Maybe!T delegate() genfunc)

Transforms delegate into lazy range. Generation is stopped, when genfunc returns Maybe!T.nothing.

Meta

License

Subject to the terms of the MIT license, as written in the included LICENSE file.

Authors

NCrashed <ncrashed@gmail.com>