ae.utils.functor

Functor package.

Modules

algorithm
module ae.utils.functor.algorithm

std.algorithm-like functions which accept functors as predicates.

composition
module ae.utils.functor.composition

Functor composition.

primitives
module ae.utils.functor.primitives

Functor primitives.

Public Imports

ae.utils.functor.algorithm
public import ae.utils.functor.algorithm;
Undocumented in source.
ae.utils.functor.composition
public import ae.utils.functor.composition;
Undocumented in source.
ae.utils.functor.primitives
public import ae.utils.functor.primitives;
Undocumented in source.

Meta

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Authors

Vladimir Panteleev <ae@cy.md>