universal v0.1.1 (2020-08-30T22:03:12Z)
Dub
Repo
universal.core.apply
universal
core
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
Source
See Source File
universal
core
modules
apply
coproduct
match
product