_mapApply

Undocumented in source.
  1. mixintemplate _mapApply(alias F, T...)
  2. mixintemplate _mapApply(alias F, T...)
    mixin template _mapApply (
    T...
    ) if (
    T.length == 1
    ) {}
  3. mixintemplate _mapApply(alias F, T...)

Members

Aliases

_
alias _ = _y!_first
Undocumented in source.

Mixins

_first
mixin F!(T[0]) _first
Undocumented in source.

Meta