pyd v0.10.3 (2018-10-29T21:34:47Z)
Home
Dub
Repo
IsDef.IsDef
pyd
class_wrap
IsDef
Undocumented in source.
template
IsDef
(string pyname)
template
IsDef (
Params
...
) {
import
std
.
algorithm
:
startsWith
;
;
static if
(
Params[0].stringof.startsWith("Def!") && __traits(hasMember, Params[0], "funcname")
)
enum
bool
IsDef
;
static if
(!(
Params[0].stringof.startsWith("Def!") && __traits(hasMember, Params[0], "funcname")
))
enum
bool
IsDef
;
}
Members
Variables
IsDef
enum
bool
IsDef
;
Undocumented in source.
IsDef
enum
bool
IsDef
;
Undocumented in source.
Meta
Source
See Implementation
pyd
class_wrap
IsDef
templates
IsDef