FSharpPlus


SkipWhile Type

Static members

Static member Description

SkipWhile.Invoke(predicate) (source)

Full Usage: SkipWhile.Invoke(predicate) (source)

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

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

SkipWhile.SkipWhile(x, arg2, ?_impl)

Full Usage: SkipWhile.SkipWhile(x, arg2, ?_impl)

Parameters:
Returns: Id<'a>
x : Id<'a>
arg1 : 'b
?_impl : SkipWhile
Returns: Id<'a>

SkipWhile.SkipWhile(x, p, ?_impl)

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

Parameters:
    x : 'a list
    p : 'a -> bool
    ?_impl : SkipWhile

Returns: 'a list
x : 'a list
p : 'a -> bool
?_impl : SkipWhile
Returns: 'a list

SkipWhile.SkipWhile(x, p, ?_impl)

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

Parameters:
    x : ResizeArray<'a>
    p : 'a -> bool
    ?_impl : SkipWhile

Returns: ResizeArray<'a>
x : ResizeArray<'a>
p : 'a -> bool
?_impl : SkipWhile
Returns: ResizeArray<'a>

SkipWhile.SkipWhile(x, p, ?_impl)

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

Parameters:
Returns: 'a[]
x : 'a[]
p : 'a -> bool
?_impl : SkipWhile
Returns: 'a[]

SkipWhile.SkipWhile(x, p, ?_impl)

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

Parameters:
    x : string
    p : char -> bool
    ?_impl : SkipWhile

Returns: string
x : string
p : char -> bool
?_impl : SkipWhile
Returns: string

SkipWhile.SkipWhile(x, p, ?_impl)

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

Parameters:
    x : ^Foldable<'T>
    p : 'a -> bool
    ?_impl : Default1

Returns: ^Foldable<'T>
Modifiers: inline
x : ^Foldable<'T>
p : 'a -> bool
?_impl : Default1
Returns: ^Foldable<'T>