aedi v0.2.0 (2017-03-08T09:57:04Z)
Dub
Repo
enforceTypeTuple.enforceTypeTuple
aermicioi
util
traits
enforce
enforceTypeTuple
Undocumented in source.
template
enforceTypeTuple
(Original...)
template
enforceTypeTuple (
Enforced
...
) {
static if
(
Original.length != Enforced.length
)
enum
bool
enforceTypeTuple
;
static if
(!(
Original.length != Enforced.length
))
bool
enforceTypeTuple
();
}
Members
Functions
enforceTypeTuple
bool
enforceTypeTuple
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
enforceTypeTuple
enum
bool
enforceTypeTuple
;
Undocumented in source.
Meta
Source
See Implementation
aermicioi
util
traits
enforce
enforceTypeTuple
templates
enforceTypeTuple