PermutationElement.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opBinary(PermutationElement!degree g)
    struct PermutationElement(size_t degree)
    const pure
    opBinary
    (
    string op
    )
    (
    in auto ref PermutationElement!degree g
    )
    if (
    degree > 0
    )
  2. auto opBinary(SetElement!degree s)

Meta