Namespace: Deedle.Internal
This module contains additional functions for working with lists.
tryChooseBy f input
Returns an option value that is Some when the specified function 'f' succeeds for all values from the input list. Otherwise returns None.