Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal

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.094dev (2025-07-10 15:41:47 GIT hash eafa42ae743de61b62f958948d7abb5fada7756f built by fridi@fzen)