unionOf

Undocumented in source.
  1. ElemTypeOf!(BufA)[] unionOf(BufA setA, BufB setB)
    template unionOf(BufA, BufB)
    version(!TangoDoc)
    ElemTypeOf!(BufA)[]
    unionOf
    (
    BufA setA
    ,
    BufB setB
    )
  2. Elem[] unionOf(Elem[] setA, Elem[] setB, Pred2E pred)
  3. template unionOf(BufA, BufB, Pred)

Members

Functions

unionOf
ElemTypeOf!(BufA)[] unionOf(BufA setA, BufB setB)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta