Operator operator --
operator --(SequencePointer<T>)
Decrements a value.
Declaration
public static SequencePointer<T> operator --(SequencePointer<T> value)
Parameters
| Type | Name | Description |
|---|---|---|
| SequencePointer<T> | value | The value to decrement. |
Returns
| Type | Description |
|---|---|
| SequencePointer<T> | The result of decrementing |