Dictionary Module

Contains extensions related to .NET Dictionary.

Functions and values

Function or value Description

copyKeys dictionary

Full Usage: copyKeys dictionary

Parameters:
Returns: 'Key[]

Gets a fresh array containing the keys of the dictionary.

dictionary : Dictionary<'Key, 'Value>
Returns: 'Key[]

copyValues dictionary

Full Usage: copyValues dictionary

Parameters:
Returns: 'Value[]

Gets a fresh array containing the values of the dictionary.

dictionary : Dictionary<'Key, 'Value>
Returns: 'Value[]

© Copyright 2021, DiffSharp Contributors.