LemonBoy e3c92d0532 ir: More changes to sentinel-terminated const arrays
* Don't add an extra slot for the sentinel. Most of the code keeps using
  the constant value from the type descriptor, let's harmonize all the
  code dealing with sentinels.

* Properly write out sentinel values when reinterpreting pointers at
  comptime.

* Allow the reading of the 0th element in a `[0:S]T` type.
2020-03-19 09:53:30 -04:00
..
2019-12-03 12:50:42 -05:00
2020-03-18 16:42:47 -04:00
2019-12-09 15:27:27 -05:00
2020-03-10 20:22:30 -04:00