Deedle


List

Namespace: Deedle.Internal

This module contains additional functions for working with lists.

Functions and values

Function or valueDescription
tryChooseBy f input
Signature: f:('?495536 -> '?495537 option) -> input:'?495536 list -> '?495537 list option
Type parameters: '?495536, '?495537

Returns an option value that is Some when the specified function 'f' succeeds for all values from the input list. Otherwise returns None.

Fork me on GitHub