std.uni.toLowerCase / .toUpperCase
Jacob Carlborg via Digitalmars-d
digitalmars-d at puremagic.com
Wed Jun 24 12:59:59 PDT 2015
On 24/06/15 15:43, Adam D. Ruppe wrote:
> Absolutely.
>
> I don't even like names that are just kinda similar. Ruby, for example,
> has `chop` and `chomp`. What's the difference? idk, I have to look it
> up. (chop will also remove non-newlines from the end)
Yeah, Ruby has one too many aliases:
filter/select, find/detect, map/collect and the best: size/length/count.
Do you know the difference between size, length and count?
--
/Jacob Carlborg
More information about the Digitalmars-d
mailing list