Yolu provides utilities and language extensions aimed to improve development productivity and extend the .NET API with unique features.
Please install via package manager.
dotnet add package Yolu --version VERSION_NUMBER
<PackageReference Include="Yolu" Version="VERSION_NUMBER" />
https://www.nuget.org/packages/yolu
Introducing some of the functions
-
Range Expression Foreach: Make range expression available in foreach.
-
Arrays: Provides a safe, fast, convenient and unified array/mutable-array
-
Buffer: Provides utils and a mechanism to safely and quickly pool Buffers containing native memory
-
Error/TryCatch : It supplements features that are not sufficient with system exceptions, and provides a mechanism to handle them safely and type-safely.
-
Pipeline: Express functional programming-like pipeline operators with method chains
-
Utils: Provides various utils, helpers and extensions