Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found
here.
If the API is already migrated you can check here if exists in a module.
More information regarding the migration can be found here
IMap
Functions and values
Function or value | Description |
add k v m
Signature: k:'b -> v:'c -> m:IMap<'b,'c> -> IMap<'b,'c>
Type parameters: 'b, 'c |
|
empty
Signature: IMap<'key,'value>
Type parameters: 'key, 'value |
|
iter f m
Signature: f:('?18004 -> '?18005 -> unit) -> m:IMap<'?18004,'?18005> -> unit
Type parameters: '?18004, '?18005 |
|
remove k m
Signature: k:'?18001 -> m:IMap<'?18001,'?18002> -> IMap<'?18001,'?18002>
Type parameters: '?18001, '?18002 |
|
toSeq(m)
Signature: m:IMap<'?18010,'?18011> -> seq<'?18010 * '?18011>
Type parameters: '?18010, '?18011 |
|
tryFind k m
Signature: k:'?17998 -> m:IMap<'?17998,'?17999> -> '?17999 option
Type parameters: '?17998, '?17999 |