SemPtr SemPtr
SemPtr SemPtr
Documentation generated with DocFX
Using SingulinkFX as the template

Search Results for

    Operator operator --

    operator --(NullablePersistentSequencePointer<T>)

    Decrements a value.

    Declaration
    public static NullablePersistentSequencePointer<T> operator --(NullablePersistentSequencePointer<T> value)
    Parameters
    Type Name Description
    NullablePersistentSequencePointer<T> value

    The value to decrement.

    Returns
    Type Description
    NullablePersistentSequencePointer<T>

    The result of decrementing value.

    Implements
    IDecrementOperators<TSelf>.operator --(TSelf)
    © 2026 Felix Rüdiger. SemPtr and its documentation are licensed under the MIT license.