onyx-config v2.0.13 (2021-03-09T17:31:09Z)
Dub
Repo
Parameters
onyx
bundle
@
safe
struct
Parameters {
immutable
string
startGlKeySymbol
;
immutable
string
endGlKeySymbol
;
immutable
string
[]
keySeparators
;
immutable
string
commentSymbol
;
this
(string startGlKeySymbol, string endGlKeySymbol, string[] keySeparators, string commentSymbol);
}
Constructors
this
this
(string startGlKeySymbol, string endGlKeySymbol, string[] keySeparators, string commentSymbol)
Create parameters
Members
Variables
commentSymbol
string
commentSymbol
;
Undocumented in source.
endGlKeySymbol
string
endGlKeySymbol
;
Undocumented in source.
keySeparators
string
[]
keySeparators
;
Undocumented in source.
startGlKeySymbol
string
startGlKeySymbol
;
Undocumented in source.
Meta
Source
See Implementation
onyx
bundle
aliases
GlKey
GlValue
Key
Values
classes
Bundle
BundleException
structs
Parameters
templates
childBundleException