phobos-next v0.1.0 (2016-04-10T11:57:37Z)
Home
Dub
Repo
allSameType.allSameType
traits_ex
allSameType
Undocumented in source.
enum
allSameType
;
enum
allSameType
;
template
allSameType
(T...)
static if
(!(
T.length <= 1
))
enum
allSameType
=
is
(
T
[
0
] ==
T
[
1
]) &&
allSameType
!(
T
[
1
..$])
;
Meta
Source
See Source File
traits_ex
allSameType
manifest constants
allSameType