FieldedText TypeScript Library - v0.1.2
    Preparing search index...

    A TextReader implementation that reads from a string.

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Reads the next character from the string and advances the character position by one.

      Returns number

      The character read as a number (charCode), or -1 if the end of the string has been reached.