rename Range template arg for increased readability
Summary: Parameterizing Range by the template arg T is potentially confusing because it violates the typical container pattern of T being the value type. This diff uses Range<Iter> consistently in Range.h when the template arg refers to a fully general iterator. Reviewed By: yfeldblum Differential Revision: D4635270 fbshipit-source-id: f70bb2e3e23ab9875fba3dbf7b11492613a037b8
Showing
Please register or sign in to comment