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

Search Results for

    Operator operator +

    operator +(SequencePointer<T>, nint)

    Adds two values together to compute their sum.

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

    The value to which right is added.

    nint right

    The value that is added to left.

    Returns
    Type Description
    SequencePointer<T>

    The sum of left and right.

    operator +(SequencePointer<T>, nuint)

    Adds two values together to compute their sum.

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

    The value to which right is added.

    nuint right

    The value that is added to left.

    Returns
    Type Description
    SequencePointer<T>

    The sum of left and right.

    operator +(nint, SequencePointer<T>)

    Adds two values together to compute their sum.

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

    The value to which right is added.

    SequencePointer<T> right

    The value that is added to left.

    Returns
    Type Description
    SequencePointer<T>

    The sum of left and right.

    operator +(nuint, SequencePointer<T>)

    Adds two values together to compute their sum.

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

    The value to which right is added.

    SequencePointer<T> right

    The value that is added to left.

    Returns
    Type Description
    SequencePointer<T>

    The sum of left and right.

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