typeArguments method

Parser typeArguments()

Implementation

Parser typeArguments() =>
    ref1(token, '<') & ref0(typeList) & ref1(token, '>');