Skip to content

fsprojects/FSharp.Span.Utils

Repository files navigation

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> and ReadOnlySpan<T> (let spanSlice : _ span = spanOrig.[0..10]).
  • String.toSpan / String.toMemory.
  • SafeLowLevelOperators.stackalloc.

License

MIT

About

Makes Span/ReadOnlySpan easy to use from F#.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published