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 valueDescription
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:('?18644 -> '?18645 -> unit) -> m:IMap<'?18644,'?18645> -> unit
Type parameters: '?18644, '?18645
remove k m
Signature: k:'?18641 -> m:IMap<'?18641,'?18642> -> IMap<'?18641,'?18642>
Type parameters: '?18641, '?18642
toSeq(m)
Signature: m:IMap<'?18650,'?18651> -> seq<'?18650 * '?18651>
Type parameters: '?18650, '?18651
tryFind k m
Signature: k:'?18638 -> m:IMap<'?18638,'?18639> -> '?18639 option
Type parameters: '?18638, '?18639