onlyLast property

Parser<T12> get onlyLast

Implementation

p.Parser<T12> get onlyLast => map((v) => v.$13);