std::core::string

convert_snake_to_pascal

fn void String.convert_snake_to_pascal(&self)
Movifies the current string from `snake_case` to PascalCase.

Parameters