I want to iterate alphabetically like this:
foreach(char c in alphabet) {
Is an array of characters the best way to do this? (feels hacked)
Edit: the metric is "the least typed for implementation, although it is still readable and reliable"
c #
Ben 05 Feb '10 at 16:37 2010-02-05 16:37
source share