first method

Parser<T> first()

Shortcut for calling index with 0.

Implementation

Parser<T> first() => index(0);