5 Mar
2015
5 Mar
'15
7:14 p.m.
Louis Dionne
Steven Watanabe
writes: [...] - Is there a reason for using length instead of size, which would be more idiomatic in C++?
Oversight caused by personal preference. I guess I should change that.
Hmm, on second thought, length applies to any Foldable, not only to sequences. There might be a case where length is meaningful but not size (or vice-versa)? What if I provided both methods, one as an alias to the other? Louis