std.uni.toLowerCase / .toUpperCase

Mike via Digitalmars-d digitalmars-d at puremagic.com
Tue Jun 23 16:26:09 PDT 2015


`toLowerLazy`/`toUpperLazy`

Rationale
* sorts well with `toUpper/Lower` for tooling
* implies that it is related to `setUpper/Lower` in some way
* at-a-glance disambiguates it from `toUpper/Lower` with a clue 
as to how it is differrent

Mike


More information about the Digitalmars-d mailing list