Namespace: FSharpPlus.Data
Assembly: FSharpPlus.dll
Function or value | Description |
|
|
|
|
|
|
|
You can also use `Vector.ChunkBySize
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
fold f state v
Parameters:
'State -> 'a -> 'State
state : 'State
v : Vector<'a, 'n>
Returns: 'State
|
|
|
|
Full Usage:
foldBack f v state
Parameters:
'a -> 'State -> 'State
v : Vector<'a, 'n>
state : 'State
Returns: 'State
|
|
|
|
|
|
|
|
|
You can also use `Vector.Get.Invoke vec`.
|
|
|
|
|
You can also use `Vector.Init
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
You can also use `Vector.Replicate
|
|
|
|
|
You can also use `Vector.Skip
|
|
|
You can also use `Vector.Slice.Invoke v`.
|
|
|
|
|
|
|
|
|
|
|
|
You can also use `Vector.SplitInto
|
|
|
You can also use `Vector.Take
|
|
|
|
|
|
|
|
|
|
|
|
|
Tries to create a vector of length `n`.
If the length of `xs` does not match, it will return `None`.
Otherwise, it will return the vector with `Some`.
You can also use `Vector.TryCreate
|
|
Tries to create a vector of length `n`.
If the length of `xs` does not match, it will return `None`.
Otherwise, it will return the vector with `Some`.
You can also use `Vector.TryCreate
|
|
Tries to create a vector of length `n`.
If the length of `xs` does not match, it will return `None`.
Otherwise, it will return the vector with `Some`.
You can also use `Vector.TryCreate
|
|
|
|
|
|
|
|
|
|
You can also use `Vector.Windowed
|
|
|
|
You can also use `Vector.ZeroCreate
|
|
|
|
|