openmethods v1.3.0 (2020-04-18T08:13:13Z)
Dub
Repo
Type
bolts
reflection
metatype
Undocumented in source.
template
Type (
alias
Origin
string
Source
=
Origin
.
stringof
) {
alias
origin
=
Origin
;
enum
mixtureArray
;
enum
mixture
;
alias
setMixture
(
string
value
)
=
Type
!(
origin
,
value
)
;
mixin
makeAccessor
!(
"Const"
)
;
mixin
makeAccessor
!(
"Immutable"
)
;
enum
isMutable
;
mixin
makeAccessor
!(
"Shared"
)
;
mixin
makeAccessor
!(
"Inout"
)
;
}
Members
Aliases
origin
alias
origin
=
Origin
Undocumented in source.
setMixture
alias
setMixture
(
string
value
)
=
Type
!(
origin
,
value
)
Undocumented in source.
Manifest constants
isMutable
enum
isMutable
;
Undocumented in source.
mixture
enum
mixture
;
Undocumented in source.
mixtureArray
enum
mixtureArray
;
Undocumented in source.
Mixins
__anonymous
mixin
makeAccessor
!(
"Const"
)
Undocumented in source.
__anonymous
mixin
makeAccessor
!(
"Immutable"
)
Undocumented in source.
__anonymous
mixin
makeAccessor
!(
"Shared"
)
Undocumented in source.
__anonymous
mixin
makeAccessor
!(
"Inout"
)
Undocumented in source.
Meta
Source
See Implementation
bolts
reflection
metatype
templates
Type