SnakeCase

Transforms the given string into lower_snake_case at compile-time. Used for attribute and relation names and probably not very useful outside the library itself.

template SnakeCase (
string str
) {
enum SnakeCase;
}

Meta