Alias Cursor.CharacterType

The type of characters in the input, as returned by the underlying low level parser.

Declaration

struct Cursor
{
  // ...
  alias CharacterType = P.CharacterType;
  // ...
}

Authors

Lodovico Giaretta

Copyright

Copyright Lodovico Giaretta 2016 --

License

Boost License 1.0.