mirror v0.0.1 (2019-10-02T15:46:37Z)
Dub
Repo
Function
mirror
meta
A function.
struct
Function (
alias
M
alias
F
string
I
= __traits(
identifier
,
F
)
) {
alias
module_
=
M
;
alias
symbol
=
F
;
enum
identifier
;
string
protection
;
string
linkage
;
string
toString
();
}
Members
Aliases
module_
alias
module_
=
M
Undocumented in source.
symbol
alias
symbol
=
F
Undocumented in source.
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Manifest constants
identifier
enum
identifier
;
Undocumented in source.
Variables
linkage
string
linkage
;
Undocumented in source.
protection
string
protection
;
Undocumented in source.
Meta
Source
See Implementation
mirror
meta
enums
isClass
isEnum
isInterface
isOOP
isStruct
structs
Function
Variable
templates
Module
A function.