str<E> function

StrParser str<E>(
  1. String s
)

Creates the StrParser parser.

Implementation

StrParser str<E>(String s) => StrParser(s);