FSharp.Span.Utils
FSharp.Span.Utils copied to clipboard
Makes Span/ReadOnlySpan easy to use from F#.
FSharp.Span.Utils
Makes Span/ReadOnlySpan easy to use from F#.
Can be installed from NuGet.
PM> Install-Package FSharp.Span.Utils
- Wrapper modules for accessing members and
System.MemoryExtensions(module Span, module ReadOnlySpan, module StringSpan). - Slicing support for
Span<T>andReadOnlySpan<T>(let spanSlice : _ span = spanOrig.[0..10]). String.toSpan / String.toMemory.SafeLowLevelOperators.stackalloc.
License
MIT