mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Eliminate a few uses of memset in the code, replacing them with C++ alternatives, like using initialiser list syntax and std::array + fill. This avoids some double-hardcoding of array length in the code.