Format and tests

This commit is contained in:
Smaug123
2023-12-03 16:31:46 +00:00
parent 3a8061e28d
commit a637f79bf1
7 changed files with 213 additions and 21 deletions

View File

@@ -99,4 +99,4 @@ module Arr2D =
System.Array.Clear a.Elements
#else
NativePtr.initBlock a.Elements 0uy (uint32 sizeof<'a> * uint32 a.Length)
#endif
#endif