Typeberry by Fluffy Labs - v0.4.0
Preparing search index...
lib
codec
codec
dictionary
Function dictionary
dictionary
<
K
,
V
,
V2
>
(
key
:
Descriptor
<
K
>
,
value
:
Descriptor
<
V
,
V2
>
,
__namedParameters
:
{
fixedLength
?:
number
;
sortKeys
:
(
a
:
K
,
b
:
K
)
=>
number
;
}
,
)
:
Descriptor
<
Map
<
K
,
V
>
,
Map
<
K
,
V2
>
>
Small dictionary codec.
Type Parameters
K
V
V2
Parameters
key
:
Descriptor
<
K
>
value
:
Descriptor
<
V
,
V2
>
__namedParameters
:
{
fixedLength
?:
number
;
sortKeys
:
(
a
:
K
,
b
:
K
)
=>
number
}
Returns
Descriptor
<
Map
<
K
,
V
>
,
Map
<
K
,
V2
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Typeberry by Fluffy Labs - v0.4.0
Loading...
Small dictionary codec.