A library containing several extension methods for ReadOnlySpan<T> and ReadOnlyMemory<T>, as well as other utility functions.
$ dotnet add package Ookii.CommonOokii.Common is a library containing utilities types and methods shared by several of my other projects.
Nullable<ReadOnlySpan<T>> or a tuple
of (ReadOnlySpan<T>, ReadOnlySpan<T>), which aren't natively available because ref structs
cannot be used as generic type arguments.ReadOnlySpan<char> and ReadOnlyMemory<char>:
SplitOnce, SplitOnceLast, StripPrefix, and StripSuffix.For more information, see the class library documentation.