onlyFirst property

Parser<T0> get onlyFirst

Implementation

p.Parser<T0> get onlyFirst => map((v) => v.$1);