Static member | Description |
Full Usage:
Fold.Fold(x, f, z, ?_impl)
Parameters:
'a[]
f : 'b -> 'a -> 'b
z : 'b
?_impl : Fold
Returns: 'b
|
|
|
|
Full Usage:
Fold.Fold(x, f, z, ?_impl)
Parameters:
'a list
f : 'b -> 'a -> 'b
z : 'b
?_impl : Fold
Returns: 'b
|
|
Full Usage:
Fold.Fold(x, f, z, ?_impl)
Parameters:
'a seq
f : 'b -> 'a -> 'b
z : 'b
?_impl : Fold
Returns: 'b
|
|
|
|
Full Usage:
Fold.Fold(x, f, z, ?_impl)
Parameters:
'a option
f : 'b -> 'a -> 'b
z : 'b
?_impl : Fold
Returns: 'b
|
|
Full Usage:
Fold.Fold(x, f, z, ?_impl)
Parameters:
^F
f : 'b -> 'a -> 'b
z : 'b
?_impl : Default1
Returns: 'b
Modifiers: inline Type parameters: ^F, 'b, 'a |
|
Full Usage:
Fold.Fold(x, f, z, ?_impl)
Parameters:
^a
f : 'c -> 'b -> 'c
z : 'c
?_impl : Default2
Returns: 'c
Modifiers: inline |
|
Full Usage:
Fold.FromFoldMap(f) (z) (t)
Parameters:
't -> 'a -> 't
z : 't
t : ^b
Returns: 't
Modifiers: inline |
|
Full Usage:
Fold.Invoke(folder) (state) (foldable)
Parameters:
'State -> 'T -> 'State
state : 'State
foldable : ^Foldable'
Returns: 'State
Modifiers: inline Type parameters: 'State, 'T, ^Foldable'<T> |
|