array2 method

Parser<List> array2()

Implementation

Parser<List> array2() =>
    char('[').trim() & ref0(elements2).optional() & char(']').trim();