e.g. ```csharp var i = buckets[hashCode % buckets.Length]; ``` Will introduce a range check, even though its always safe (though maybe not for Length == 0?) category:cq theme:bounds-checks skill-level:intermediate cost:small impact:small
e.g.
Will introduce a range check, even though its always safe (though maybe not for Length == 0?)
category:cq
theme:bounds-checks
skill-level:intermediate
cost:small
impact:small