Static member | Description |
Full Usage:
Bifold.Bifold(arg1, arg2, arg3, arg4, _impl)
Parameters:
't
arg1 : 'a
arg2 : 'b
arg3 : 'c
_impl : Default1
Returns: 'd -> 'd
Modifiers: inline |
|
Full Usage:
Bifold.Bifold(x, f, g, z, _impl)
Parameters:
^Bifoldable<'T1,'T2>
f : 'a -> 'b -> 'a
g : 'a -> 'c -> 'a
z : 'a
_impl : Default1
Returns: 'a
Modifiers: inline |
|
Full Usage:
Bifold.Bifold(arg1, f, g, z, _impl)
Parameters:
'T1 * 'T2
f : 'S -> 'T1 -> 'S
g : 'S -> 'T2 -> 'S
z : 'S
_impl : Bifold
Returns: 'S
Modifiers: inline Type parameters: 'T1, 'T2, 'S |
|
Full Usage:
Bifold.Bifold(arg1, f, g, z, _impl)
Parameters:
'T1 * 'T2
f : 'S -> 'T1 -> 'S
g : 'S -> 'T2 -> 'S
z : 'S
_impl : Bifold
Returns: 'S
Modifiers: inline Type parameters: 'T1, 'T2, 'S |
|
|
|
|
|
Full Usage:
Bifold.Invoke(f) (g) (z) (source)
Parameters:
'S -> 'T1 -> 'S
g : 'S -> 'T2 -> 'S
z : 'S
source : ^Bifoldable<'T1,'T2>
Returns: 'S
Modifiers: inline Type parameters: 'S, 'T1, 'T2, ^Bifoldable<'T1,'T2> |
|
Full Usage:
Bifold.InvokeOnInstance(f) (g) (z) (source)
Parameters:
'S -> 'T1 -> 'S
g : 'S -> 'T2 -> 'S
z : 'S
source : ^Bifoldable<'T1,'T2>
Returns: 'S
Modifiers: inline Type parameters: 'S, 'T1, 'T2, ^Bifoldable<'T1,'T2> |
|