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

Search Results for

    Operator operator +

    operator +(PersistentSequencePointerReadOnly<T>, nint)

    Adds two values together to compute their sum.

    Declaration
    public static PersistentSequencePointerReadOnly<T> operator +(PersistentSequencePointerReadOnly<T> left, nint right)
    Parameters
    Type Name Description
    PersistentSequencePointerReadOnly<T> left

    The value to which right is added.

    nint right

    The value that is added to left.

    Returns
    Type Description
    PersistentSequencePointerReadOnly<T>

    The sum of left and right.

    Implements
    IAdditionOperators<TSelf, TOther, TResult>.operator +(TSelf, TOther)

    operator +(PersistentSequencePointerReadOnly<T>, nuint)

    Adds two values together to compute their sum.

    Declaration
    public static PersistentSequencePointerReadOnly<T> operator +(PersistentSequencePointerReadOnly<T> left, nuint right)
    Parameters
    Type Name Description
    PersistentSequencePointerReadOnly<T> left

    The value to which right is added.

    nuint right

    The value that is added to left.

    Returns
    Type Description
    PersistentSequencePointerReadOnly<T>

    The sum of left and right.

    Implements
    IAdditionOperators<TSelf, TOther, TResult>.operator +(TSelf, TOther)

    operator +(nint, PersistentSequencePointerReadOnly<T>)

    Adds two values together to compute their sum.

    Declaration
    public static PersistentSequencePointerReadOnly<T> operator +(nint left, PersistentSequencePointerReadOnly<T> right)
    Parameters
    Type Name Description
    nint left

    The value to which right is added.

    PersistentSequencePointerReadOnly<T> right

    The value that is added to left.

    Returns
    Type Description
    PersistentSequencePointerReadOnly<T>

    The sum of left and right.

    operator +(nuint, PersistentSequencePointerReadOnly<T>)

    Adds two values together to compute their sum.

    Declaration
    public static PersistentSequencePointerReadOnly<T> operator +(nuint left, PersistentSequencePointerReadOnly<T> right)
    Parameters
    Type Name Description
    nuint left

    The value to which right is added.

    PersistentSequencePointerReadOnly<T> right

    The value that is added to left.

    Returns
    Type Description
    PersistentSequencePointerReadOnly<T>

    The sum of left and right.

    © 2026 Felix Rüdiger. SemPtr and its documentation are licensed under the MIT license.