PermutationElement.opBinary

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

Meta