• Nathan Bronson's avatar
    rename Range template arg for increased readability · f330bc23
    Nathan Bronson authored
    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
    f330bc23
Range.h 37.3 KB