Skip to content

Repository files navigation

Are There?

I wanted to have a quick play with F# and xUnit, and this sounded like a simple enough project to get started with.

using CSRakowski.AreThere;

var elements = GetElements();

if (ThereAre.Any(elements))
    Console.WriteLine("There are some elements");

if (ThereAre.No(elements))
    Console.WriteLine("There are no elements");

if (ThereAre.AtLeast(4, elements))
    Console.WriteLine("There are at least 4 elements");

About

Are There?

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages