FSharpPlus


TryFindIndex Type

Static members

Static member Description

TryFindIndex.Invoke(p) (source)

Full Usage: TryFindIndex.Invoke(p) (source)

Parameters:
    p : 'T -> bool
    source : ^Collection<'T>

Returns: 'Index option
Modifiers: inline
Type parameters: 'T, ^Collection<'T>, 'Index
p : 'T -> bool
source : ^Collection<'T>
Returns: 'Index option

TryFindIndex.InvokeOnInstance(p) (source)

Full Usage: TryFindIndex.InvokeOnInstance(p) (source)

Parameters:
    p : 'T -> bool
    source : ^Collection<'T>

Returns: 'Index option
Modifiers: inline
Type parameters: 'T, ^Collection<'T>, 'Index
p : 'T -> bool
source : ^Collection<'T>
Returns: 'Index option

TryFindIndex.TryFindIndex(arg1, arg2, _impl)

Full Usage: TryFindIndex.TryFindIndex(arg1, arg2, _impl)

Parameters:
    arg0 : ^t
    arg1 : 'T -> bool
    _impl : Default1

Modifiers: inline
Type parameters: ^t, 'T
arg0 : ^t
arg1 : 'T -> bool
_impl : Default1

TryFindIndex.TryFindIndex(x, p, _impl)

Full Usage: TryFindIndex.TryFindIndex(x, p, _impl)

Parameters:
    x : ^C
    p : 'T -> bool
    _impl : Default1

Returns: 'Index option
Modifiers: inline
Type parameters: ^C<T>, 'T, 'Index
x : ^C
p : 'T -> bool
_impl : Default1
Returns: 'Index option

TryFindIndex.TryFindIndex(x, p, ?_impl)

Full Usage: TryFindIndex.TryFindIndex(x, p, ?_impl)

Parameters:
    x : seq<'a>
    p : 'a -> bool
    ?_impl : Default2

Returns: int option
x : seq<'a>
p : 'a -> bool
?_impl : Default2
Returns: int option

TryFindIndex.TryFindIndex(x, p, ?_impl)

Full Usage: TryFindIndex.TryFindIndex(x, p, ?_impl)

Parameters:
Returns: int option
x : Id<'a>
p : 'a -> bool
?_impl : TryFindIndex
Returns: int option

TryFindIndex.TryFindIndex(x, p, ?_impl)

Full Usage: TryFindIndex.TryFindIndex(x, p, ?_impl)

Parameters:
Returns: int option
x : 'a list
p : 'a -> bool
?_impl : TryFindIndex
Returns: int option

TryFindIndex.TryFindIndex(x, p, ?_impl)

Full Usage: TryFindIndex.TryFindIndex(x, p, ?_impl)

Parameters:
Returns: int option
x : ResizeArray<'a>
p : 'a -> bool
?_impl : TryFindIndex
Returns: int option

TryFindIndex.TryFindIndex(x, p, ?_impl)

Full Usage: TryFindIndex.TryFindIndex(x, p, ?_impl)

Parameters:
Returns: int option
x : 'a[]
p : 'a -> bool
?_impl : TryFindIndex
Returns: int option

TryFindIndex.TryFindIndex(x, p, ?_impl)

Full Usage: TryFindIndex.TryFindIndex(x, p, ?_impl)

Parameters:
Returns: int option
x : string
p : char -> bool
?_impl : TryFindIndex
Returns: int option