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

Search Results for

    Operator operator --

    operator --(NullablePersistentSequencePointerReadOnly<T>)

    Decrements a value.

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

    The value to decrement.

    Returns
    Type Description
    NullablePersistentSequencePointerReadOnly<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.