rc ~master (2022-04-19T12:17:06.0065687)
Dub
Repo
isRCType
rc
handler
true if T is RCObject or RCArray
template
isRCType (
T
) {
static if
(
is(T E == RCObject!X, X) || is(T E == RCArray!X, X)
)
enum
isRCType
;
static if
(!(
is(T E == RCObject!X, X) || is(T E == RCArray!X, X)
))
enum
isRCType
;
}
Members
Manifest constants
isRCType
enum
isRCType
;
Undocumented in source.
isRCType
enum
isRCType
;
Undocumented in source.
Meta
Source
See Implementation
rc
handler
functions
rcMake
rcMakeArray
rcMakeNamed
rcMakeNamedArray
structs
RCArray
RCObject
templates
isRCType
true if T is RCObject or RCArray