Header menu logo FSharp.Finance.Personal

Map Module

functions for working with maps

Functions and values

Function or value Description

ofArrayWithMerge array

Full Usage: ofArrayWithMerge array

Parameters:
    array : ('a * 'b array) array

Returns: Map<'a, 'b[]>

creates a map from an array of key-value tuples with array values

array : ('a * 'b array) array
Returns: Map<'a, 'b[]>

Type something to start searching.