universal.core.apply

Undocumented in source.

Members

Aliases

Unit
alias Unit = Tuple!()
Undocumented in source.
Universal
alias Universal(A...) = typeof(A.init.identity)
Undocumented in source.
Universal
alias Universal(_ : void) = Universal!()
Undocumented in source.

Functions

identity
auto identity(A a)
Undocumented in source. Be warned that the author may not have intended to support it.
identity
auto identity(A a)
Undocumented in source. Be warned that the author may not have intended to support it.
unit
auto unit()
Undocumented in source. Be warned that the author may not have intended to support it.

Templates

apply
template apply(alias f, string file = __FILE__, size_t line = __LINE__)
Undocumented in source.

Meta