tern.algorithm

General-purpose functional algorithms and types for working with ranges.

Modules

iteration
module tern.algorithm.iteration

Algorithms for doing calculations on a range.

lazy_filter
module tern.algorithm.lazy_filter

Lazy filter-based range (destroy on function.)

lazy_map
module tern.algorithm.lazy_map

Lazy map-based range (mutate on function.)

lazy_substitute
module tern.algorithm.lazy_substitute

Lazy substitute-based range (replace on state.)

mutation
module tern.algorithm.mutation

Algorithms for mutating ranges and other various range functions.

searching
module tern.algorithm.searching

Algorithms for searching in a range.

Public Imports

tern.algorithm.iteration
public import tern.algorithm.iteration;
Undocumented in source.
tern.algorithm.lazy_filter
public import tern.algorithm.lazy_filter;
Undocumented in source.
tern.algorithm.lazy_map
public import tern.algorithm.lazy_map;
Undocumented in source.
tern.algorithm.lazy_substitute
public import tern.algorithm.lazy_substitute;
Undocumented in source.
tern.algorithm.mutation
public import tern.algorithm.mutation;
Undocumented in source.
tern.algorithm.searching
public import tern.algorithm.searching;
Undocumented in source.

Meta