glue-d ~dev (2021-11-24T22:16:42.8977121)
Dub
Repo
OnParameter
glued
annotations
core_annotations
Undocumented in source.
struct
OnParameter
(size_t _paramIdx, alias _annotation)
@
GluedMagic
@
MagicUsage
!(
Repeatable
,
Target
(
TargetType
.
FUNCTION
))
struct
OnParameter (
size_t
_paramIdx
alias
_annotation
) {
enum
paramIdx
;
alias
annotation
=
_annotation
;
eponymoustemplate
describesParam
(string name, size_t idx)
;
}
struct
OnParameter
(string _paramName, alias _annotation)
Members
Aliases
annotation
alias
annotation
=
_annotation
Undocumented in source.
Enums
describesParam
eponymoustemplate
describesParam
(string name, size_t idx)
Undocumented in source.
Manifest constants
paramIdx
enum
paramIdx
;
Undocumented in source.
Meta
Source
See Implementation
glued
annotations
core_annotations
enums
GluedMagic
MagicUsage
structs
CheckedBy
Implies
NonImplicable
OnParameter