camelConcat

private fun camelConcat(prefix: String, name: String): String(source)

Prefixes name with prefix, ensuring the resulting string is still in camelCase.