InKryption 9964f1c160 Add error for bad cast from *T to *[n]T
Casting `*T` to `*[1]T` should still work, but every other length
will now be a compiler error instead of a potential OOB access.
2023-03-16 13:00:36 +02:00
..
2020-10-31 12:21:49 +02:00
2023-03-15 10:48:15 -07:00
2022-10-10 22:29:56 +02:00