api/interfaces/imap
Globals / IMap
Interface: IMap<A, B>
Type parameters
Name | Default |
---|---|
A | unknown |
B | unknown |
Hierarchy
- IMap
Index
Properties
Methods
Properties
i0
• i0: Instruction
Defined in packages/core/lib/main/Instructions.ts:50
tag
• tag: Map
Defined in packages/core/lib/main/Instructions.ts:51
Methods
i1
▸ i1(a
: A): B
Defined in packages/core/lib/main/Instructions.ts:52
Parameters:
Name | Type |
---|---|
a | A |
Returns: B