TSet.append

Undocumented in source.
  1. template append(U)
  2. template append(U...)
    template TSet(T...)
    template append (
    U...
    ) if (
    U.length > 1
    ) {}

Members

Aliases

append
alias append = foldLeft!(add, TSet!T, U)
Undocumented in source.

Meta