Jonas Jenwald 294fa3e4e6 Replace a couple of loops with TypedArray.prototype.fill()
When you want to initialize a TypedArray with a non-zero value for all elements the `fill`-method is simpler than manually looping through it.
2025-02-09 16:24:45 +01:00
..
2023-07-21 20:10:44 +02:00
2024-10-14 21:50:32 +02:00
2023-07-21 20:10:44 +02:00