Improve AsSpan, CopyTo, and CopyFrom for IUnsafeCollection

This commit is contained in:
2025-11-27 14:04:46 +09:00
parent f4e803e5a4
commit b67569aa14
6 changed files with 191 additions and 157 deletions

View File

@@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<Authors>Misaki</Authors>
<AssemblyVersion>1.2.1</AssemblyVersion>
<AssemblyVersion>1.2.2</AssemblyVersion>
<Version>$(AssemblyVersion)</Version>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageProjectUrl>https://git.personalnas.com/Misaki/Misaki.HighPerformance.git</PackageProjectUrl>