Releases: bangjunyoung/FSharpCoreMissingParts
Releases · bangjunyoung/FSharpCoreMissingParts
Release list
v1.1.0
What's New in v1.1.0
- New
Spanmodule with two functions:stackalloc: Allocates a block of memory on the stack and returns it as a span. The memory is automatically freed when the method returns.toReadOnlySpan: Converts aSpan<'T>to aReadOnlySpan<'T>, allowing you to work with the data in a read-only context without copying. The resulting read-only span shares the same underlying memory as the input span, so changes to the input span will be reflected in the output span.
Full Changelog: v1.0.1...v1.1.0
v1.0.1
FSharpCoreMissingParts 1.0.1 is a hotfix release specifically to resolve the NU1605 warning, with no other improvements or fixes included.
v1.0.0
Full Changelog: https://github.com/bangjunyoung/FSharpCoreMissingParts/commits/v1.0.0
Available at nuget.org: https://www.nuget.org/packages/FSharpCoreMissingParts/