isCapitalized

Check if s starts with a capital letter. TODO make nothrow by not using front

bool
isCapitalized
(
S
)
(
S s
)
if (
isSomeString!S
)

Meta