spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
Dub
Repo
GenerateCss
spasm
css
Undocumented in source.
template
GenerateCss (
T
) {
alias
names
=
FieldNameTuple
!
T
;
alias
values
=
staticMap
!(
ApplyLeft
!(
getCssKeyValue
,
T
),
names
)
;
static if
(
values.length > 0
)
enum
GenerateCss
;
static if
(!(
values.length > 0
))
enum
GenerateCss
;
}
Members
Aliases
names
alias
names
=
FieldNameTuple
!
T
Undocumented in source.
values
alias
values
=
staticMap
!(
ApplyLeft
!(
getCssKeyValue
,
T
),
names
)
Undocumented in source.
Manifest constants
GenerateCss
enum
GenerateCss
;
Undocumented in source.
GenerateCss
enum
GenerateCss
;
Undocumented in source.
Meta
Source
See Implementation
spasm
css
structs
ApplyStyle
Extend
ExtendedStyleSet
media
not
style
styleset
templates
GenerateCss
GenerateCssClass
GenerateCssClassName
GenerateCssSet
GenerateCssSetExtends
GenerateExtendedCssClass
GenerateExtendedStyleSetName
GenerateNamedCssClass
GenerateNestedCssClass
GenerateNestedCssClasses
GetCss
GetCssClassName
GetPseudoCssSelector
Symbol
TypeOf
chunk
cssIdentifierChar
cssIdentifierChar32
extractExtendedStyleSet
extractStyleSetStruct
extractStyleStruct
getCssKeyValue
getFullName
getStyleSet
getStyleSets
getStyleSetsExtends
getStyles
hasStyleSetUDA
hashChunk
isNonType
reduceChunks
toCss
toCssIdentifier
toCssIdentifier32
toCssName
toCssNameInsensitive
toCssProperty
xor