dpq v0.11.3 (2020-09-05T12:50:45Z)
Dub
Repo
SnakeCase.Snake
dpq
attributes
SnakeCase
Undocumented in source.
template
SnakeCase
(string str)
template
Snake (
string
str
) {
static if
(
str.length < 2
)
enum
Snake
;
static if
(!(
str.length < 2
))
static if
(
IsLower!(str[0]) && IsUpper!(str[1])
)
enum
Snake
;
static if
(!(
str.length < 2
))
static if
(!(
IsLower!(str[0]) && IsUpper!(str[1])
))
enum
Snake
;
}
Members
Manifest constants
Snake
enum
Snake
;
Undocumented in source.
Snake
enum
Snake
;
Undocumented in source.
Snake
enum
Snake
;
Undocumented in source.
Meta
Source
See Implementation
dpq
attributes
SnakeCase
manifest constants
SnakeCase
templates
IsLower
IsUpper
Snake