Add wpArrayZero
Release / release (push) Successful in 3s

This commit is contained in:
2026-09-16 01:28:11 +01:00
parent f73a870a34
commit 605c1ddfae
3 changed files with 12 additions and 3 deletions
+1
View File
@@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `WpSplitmix64State`
- `wpPrngSplitmix64Init`, `wpPrngSplitmix64InitWithSeed`, `wpPrngSplitmix64`, `wpPrngSplitmix64InRange`, `wpPrngSplitmix64Choice`
- `wpStr8Clear`
- `wpArrayZero` to zero all elements in an array without setting the count to 0
### Changed