HelperExtensions Module
Functions and values
| Function or value |
Description
|
Full Usage:
funApply value fn
Parameters:
'T
fn : 'T -> 'U
Returns: 'U
Modifiers: inline Type parameters: 'T, 'U |
Supples the value to the given function. Used in long pipe chains.
|