mir.algorithm

Generic iteration algorithms and set operations, including a nothrow @nogc BetterC MultiwayMerge alternative.

Modules

iteration
module mir.algorithm.iteration

This module contains generic iteration algorithms.

setops
module mir.algorithm.setops

This is a submodule of mir.algorithm. It contains nothrow @nogc BetterC alternative to MultiwayMerge from std.algorithm.setops.