only2 property

Parser<T1> get only2

Implementation

p.Parser<T1> get only2 => map((v) => v.$2);