[]
The complement operator.
public static Range<T> operator ^(Range<T> left, Range<T> right)
| Type | Name | Description |
|---|---|---|
| Range<T> | left | The left operand. |
| Range<T> | right | The right operand. |
| Type | Description |
|---|---|
| Range<T> | The complement of and .
|