entitysysd ~master (2017-09-27T22:21:20Z)
Home
Dub
Repo
hasConst
entitysysd
pool
Undocumented in source.
template
hasConst (
C
) {
import
std
.
meta
:
anySatisfy
;
;
import
std
.
traits
:
RepresentationTypeTuple
;
;
enum
bool
isConst
(
F
)
;
enum
bool
hasConst
;
}
Members
Variables
hasConst
enum
bool
hasConst
;
Undocumented in source.
isConst
enum
bool
isConst
(
F
)
;
Undocumented in source.
Meta
Source
See Implementation
entitysysd
pool
classes
BasePool
Pool
templates
hasConst