ReplaceAll.ReplaceAll

Undocumented in source.
  1. alias ReplaceAll = TList
  2. alias ReplaceAll = Tuple!(U, ReplaceAll!(T, U, TList[1..$]))
    template ReplaceAll(T, U, TList...)
    static if(!(TList.length == 0))
    static if(is(T == TList[0]))
    alias ReplaceAll = Tuple!(U, ReplaceAll!(T, U, TList[1..$]))
  3. alias ReplaceAll = Tuple!(TList[0], ReplaceAll!(T, U, TList[1..$]))

Meta