sequenceResult
Option.sequenceResult
Namespace: FsToolkit.ErrorHandling
Function Signature:
Note that sequence
is the same as traverse id
. See also Option.traverseResult.
See also Scott Wlaschin's Understanding traverse and sequence.
Examples
Example 1
Last updated