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