dpq v0.5.1 (2016-02-28T19:34:05Z)
Dub
Repo
Snake.Snake
dpq
attributes
SnakeCase
Snake
Undocumented in source.
enum
Snake
;
enum
Snake
;
template
Snake
(string str)
static if
(!(
str.length < 2
))
static if
(
IsLower!(str[0]) && IsUpper!(str[1])
)
enum
Snake
=
str
[
0
] ~
"_"
~
str
[
1
] ~
SnakeCase
!(
str
[
2
..$])
;
enum
Snake
;
Meta
Source
See Source File
dpq
attributes
SnakeCase
Snake
manifest constants
Snake