Closed 1uc closed 9 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
3ea8154
) 85.94% compared to head (ceb24b6
) 85.94%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Adds
prepare
anddata
(non-cost) methods toinspector<T[N]>
. This is needed to serialize aint a[][] = {{1, 2, 3}, {4, 5, 6}};
without theread(T*, ...)
overload.