only1 property

Parser<T0> get only1

Implementation

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