Typeberry by Fluffy Labs - v0.4.0
Preparing search index...
lib
codec
codec
pair
Function pair
pair
<
A
,
AView
,
B
,
BView
>
(
a
:
Descriptor
<
A
,
AView
>
,
b
:
Descriptor
<
B
,
BView
>
,
)
:
Descriptor
<
[
A
,
B
]
,
[
AView
,
BView
]
>
Encoding of pair of two values.
Type Parameters
A
AView
B
BView
Parameters
a
:
Descriptor
<
A
,
AView
>
b
:
Descriptor
<
B
,
BView
>
Returns
Descriptor
<
[
A
,
B
]
,
[
AView
,
BView
]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Typeberry by Fluffy Labs - v0.4.0
Loading...
Encoding of pair of two values.