unionOf.unionOf

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ElemTypeOf!(BufA)[] unionOf(BufA setA, BufB setB, Pred pred)
    template unionOf(BufA, BufB, Pred)
    version(!TangoDoc)
    ElemTypeOf!(BufA)[]
    unionOf
    (
    BufA setA
    ,
    BufB setB
    ,
    Pred pred
    )
  2. Elem[] unionOf(Elem[] setA, Elem[] setB, Pred2E pred)
  3. template unionOf(BufA, BufB)

Meta