separated_pair
nom.sequence.separated_pair
(I
type
, R1 type
, R2 type
, R3 type
, O1 type
, O2 type
, O3 type
, p1 nom.this.Parser I R1 O1, p_sep nom.this.Parser R1 R2 O2, p2 Function (nom.this.Parser R2 R3 O3)) =>
nom.this.Parser I R3 (tuple O1 O3)¶return result of p1 and p2 as tuple, drop result of p_sep
Type Parameters
0.095dev (GIT hash 5a97c5766ea04e5412cbfaed4c53658737cd2e4b)