Toastie.Collections (3.0.0)
Published 2025-01-03 13:19:57 +00:00 by toastie_t0ast
Installation
dotnet nuget add source --name toastie_t0ast --username your_username --password your_token
dotnet add package --source toastie_t0ast --version 3.0.0 Toastie.Collections
About this package
Provides collection types for common tasks.
Toastie.Collections
Defines the following collection types:
- RendedArray<T>
- Wrapper for an array rented from a
System.Buffers.ArrayPool<T>
.
- Wrapper for an array rented from a
- RingBuffer<T>
- Represents a fixed-size collection of T objects that can be accessed by index. Writing always moves forward and, when it hits the end of the buffer, it starts writing from the beginning, overwriting old data.
Details
Assets (5)
Versions (12)
View all
toastie.collections.3.0.0.nupkg
311 KiB
toastie.collections.nuspec
1,016 B
toastie.collections.pdb
14 KiB
toastie.collections.pdb
14 KiB