static S toCamelCase(L words) { ret camelCase(words); } static S toCamelCase(S words) { ret camelCase(words); }