fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Library Modules
•
tuple2
»
Modules
base
clang
crypto
database
http
lock_free
mail
nom
sodium
sqlite
terminal
uuid
web
wolfssl
universe (module nom)
└─
nom
├─
parse_result
├─
Parser
├─
parsers
│
└─
json_value
└─
success
(2 args)
tuple2
nom
.
sequence
.
tuple2
tuple2
(I
type
, O1
type
, O2
type
, p1
nom.this.Parser I I O1
, p2
nom.this.Parser I I O2
)
=>
nom.this.Parser I I (tuple O1 O2)
¶
[src]
apply p1 then p2 and return their results as a tuple.
Type Parameters
I
:
Any
¶
[src]
O1
:
Any
¶
[src]
O2
:
Any
¶
[src]
0.095dev (GIT hash 7af80915dcf8c39bda4881b986e5557ed041b72e)