SkillAgentSearch skills...

FSharp.Span.Utils

Makes Span/ReadOnlySpan easy to use from F#.

Install / Use

/learn @fsprojects/FSharp.Span.Utils
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars37
CategoryDevelopment
Updated3mo ago
Forks1

Languages

F#

Security Score

87/100

Audited on Dec 28, 2025

No findings