impl.impl

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. alias impl = AliasSeq!(ff)
  2. alias impl = AliasSeq!()
  3. alias impl = AliasSeq!()
  4. alias impl = AliasSeq!(impl!(lst[0..$ / 2]), impl!(lst[$ / 2..$]))
    template impl(lst...)
    @nogc nothrow extern (C)
    static if(!(lst.length == 1))
    alias impl = AliasSeq!(impl!(lst[0..$ / 2]), impl!(lst[$ / 2..$]))

Meta