raptor
Preparing search index...
MapRead
Interface MapRead<K, V>
General Map subpart, constrained to some read-only features.
interface
MapRead
<
K
,
V
>
{
"[iterator]"
:
()
=>
MapIterator
<
[
K
,
V
]
>
;
get
:
(
key
:
K
)
=>
undefined
|
V
;
}
Type Parameters
K
V
Index
Properties
[iterator]
get
Properties
[iterator]
"[iterator]"
:
()
=>
MapIterator
<
[
K
,
V
]
>
get
get
:
(
key
:
K
)
=>
undefined
|
V
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
[iterator]
get
raptor
Loading...
General Map subpart, constrained to some read-only features.