true iff all values V are the same.
Same as NoDuplicates!V.length == 1
static assert( allSameRecursive!()); static assert( allSameRecursive!(42)); static assert( allSameRecursive!(42, 42)); static assert( allSameRecursive!(42, 42, 42)); static assert(!allSameRecursive!(42, 43, 42));
https://forum.dlang.org/post/ptnzlhnkuetijhgrgumd@forum.dlang.org http://forum.dlang.org/post/iflpslqgrixdjwrlqqvn@forum.dlang.org http://forum.dlang.org/post/mheumktihihfsxxxapff@forum.dlang.org