dalicious.algorithm.mutation

Some additional alogorithm functions.

Members

Functions

bufferedIn
TargetRange bufferedIn(SourceRange source, TargetRange target)

Copies the content of source into target and returns the *filled* part of target. This is the counterpart of std.algorithm.mutation.copy.

Meta

License

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

Authors

Arne Ludwig <arne.ludwig@posteo.de>