libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
toCssProperty.toCssProperty
libwasm
css
toCssProperty
Undocumented in source.
enum
toCssProperty
;
enum
toCssProperty
;
enum
toCssProperty
;
template
toCssProperty
(string str)
static if
(!(
str.length == 0
))
static if
(
str[0] < 0xAA
)
static if
(!(
str[0] < 'A'
))
static if
(
str[0] <= 'Z'
)
enum
toCssProperty
=
"-"
~ (
str
[
0
] +
32
) ~
toCssProperty
!(
str
[
1
..$])
;
enum
toCssProperty
;
enum
toCssProperty
;
Meta
Source
See Source File
libwasm
css
toCssProperty
manifest constants
toCssProperty