digitalmars.D.learn - Naming convention for template parameters
- Joseph Rushton Wakeling (7/7) Jul 15 2013 Hello all,
Hello all,
Quick query -- what's the preferred template variable name for a range type?
I've seen both R and Range used as options but want to confirm if there's a
preference for one or the other. It occurs to me that Range might potentially
clash with some library or user-created entity.
Thanks & best wishes,
-- Joe
Jul 15 2013








Joseph Rushton Wakeling <joseph.wakeling webdrake.net>