dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
Attrs
dsrcgen
base
Methods for setting attributes inside slice operator via $.x.
@
safe
mixin template
Attrs () {
import
std
.
string
;
;
string
[
string
]
attrs
;
auto
opIndex
(T kvs);
auto
opDollar
();
}
Members
Functions
opDollar
auto
opDollar
()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
auto
opIndex
(T kvs)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
attrs
string
[
string
]
attrs
;
Undocumented in source.
Meta
Source
See Implementation
dsrcgen
base
classes
BaseModule
Empty
Text
functions
noIndent
interfaces
BaseElement
mixin templates
Attrs
structs
AttrSetter
Methods for setting attributes inside slice operator via $.x.