onlyLast property

Parser<T8> get onlyLast

Implementation

p.Parser<T8> get onlyLast => map((v) => v.$9);