ASet Module
Functional operators for aset<_>
Functions and values
Function or value | Description |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
custom compute
Parameters:
AdaptiveToken -> CountingHashSet<'T> -> HashSetDelta<'T>
Returns: aset<'T>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
mapUse mapping set
Parameters:
'A -> 'B
set : aset<'A>
Returns: IDisposable * aset<'B>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
reduce reduction set
Parameters:
AdaptiveReduction<'T, 'S, 'V>
set : aset<'T>
Returns: aval<'V>
|
|
Full Usage:
reduceBy reduction mapping set
Parameters:
AdaptiveReduction<'T2, 'S, 'V>
mapping : 'T1 -> 'T2
set : aset<'T1>
Returns: aval<'V>
|
|
Full Usage:
reduceByA reduction mapping set
Parameters:
AdaptiveReduction<'T2, 'S, 'V>
mapping : 'T1 -> aval<'T2>
set : aset<'T1>
Returns: aval<'V>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|