FSharpAux


MultiMap<'key, 'value>

Namespace: FSharpAux
Parent Module: MultiMap

Type abreviation for Map<'key,'value list>

Instance members

Instance memberDescription
x.Count
Signature: int

CompiledName: get_Count

x.IsEmpty
Signature: bool

CompiledName: get_IsEmpty

[key]
Signature: key:'key -> 'value list

CompiledName: get_Item

Fork me on GitHub