1 2 3 4
/// Convert first character to lowercase. pub(super) fn to_lower_first(s: &str) -> String { crate::codegen::common::to_lower_first(s) }