mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-09 03:19:35 +00:00
2ff723f943
In general `vec.data()` is always safe, whereas `&vec[0]` may fail when `vec` is empty.