typeList method

Parser typeList()

Implementation

Parser typeList() => ref0(type) & (ref1(token, ',') & ref0(type)).star();