Function camelToSentence
Converts a string from camel notation to a readable sentence
string camelToSentence
(
const(string) name
);
Converts a string from camel notation to a readable sentence
string camelToSentence
(
const(string) name
);