Closed jishnub closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.90%. Comparing base (
99278fa
) to head (e36922a
). Report is 16 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
seems good to merge, at first i thought that this would affect OneElement
, but that type subtypes AbstractArray
instead
I've specialized isassigned
for a OneElement
as well, as the same logic would apply. Since the array is always initialized with a value, the elements should all be assigned as long as they are in range.
Since an
AbstractFill
is by definition filled with values, we may short-circuitisassigned
: