onlyLast property

Parser<T9> get onlyLast

Implementation

p.Parser<T9> get onlyLast => map((v) => v.$10);