DEV Community

Discussion on: Safer Code with C# 8 Non-Null Reference Types

 
cubiclebuddha profile image
Cubicle Buddha

ImmutableJS has Seq<T> which offers you lazy-evaluation so you can write functional chains while reducing the number of iterations (just like LINQ does).