@ac-essentials/misc-util
    Preparing search index...

    Class StringPointer

    A C-like string pointer.

    It maintains an offset into a string and provides methods to get the substring from the current offset, check if the offset is out of range, and get the length of the remaining string.

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    source: string

    The source string.

    Accessors

    Methods