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)
[Contains abstract features]
return result of p1 and p2 as tuple, drop result of p_sep

Type Parameters

0.094dev (2025-06-18 15:08:51 GIT hash 89cffc23ae669b0898a5564fefbf793fcb8e5ca7 built by fridi@fzen)