rename Range template arg for increased readability
authorNathan Bronson <ngbronson@fb.com>
Wed, 1 Mar 2017 17:53:28 +0000 (09:53 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 1 Mar 2017 17:56:31 +0000 (09:56 -0800)
commitf330bc23b0ae9e1aee567183e78c00dafde2c0d7
tree0c726869ccdd0b1a330f183b0135d9e36ba2ad46
parent512aa17590988db15d6f303528a45dfdcb9503de
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
folly/Range.h