hasInterleaving.hasInterleaving

Undocumented in source.
template hasInterleaving(V)
nothrow @nogc
enum hasInterleaving = is(typeof(V.interleave)) && is(typeof(V.deinterleave));

Meta