Difference.Difference

Undocumented in source.
  1. alias Difference = Set!()
    template Difference(alias S1, alias S2)
    static if(S1.length == 0)
    alias Difference = Set!()
  2. alias Difference = S1
  3. alias Difference = Set!(Filter!(Impl, S1.Seq))

Meta