onlyLast property

Parser<T2> get onlyLast

Implementation

p.Parser<T2> get onlyLast => map((v) => v.$3);