FsFlow.CheckModule.okIfNotEmpty
Returns the sequence when it is not empty.
Parameters
coll: The sequence of typeseq<'a>to check.
Returns
A Check containing the non-empty sequence.
Returns the sequence when it is not empty.
coll: The sequence of type seq<'a> to check.A Check containing the non-empty sequence.