geario ~master (2022-06-04T17:41:52.6758737)
Dub
Repo
isByteArray
geario
util
Traits
Undocumented in source.
template
isByteArray (
T
) {
static if
(
is(T : U[], U) && isByteType!(Unqual!U)
)
enum
bool
isByteArray
;
static if
(!(
is(T : U[], U) && isByteType!(Unqual!U)
))
enum
bool
isByteArray
;
}
Members
Variables
isByteArray
enum
bool
isByteArray
;
Undocumented in source.
isByteArray
enum
bool
isByteArray
;
Undocumented in source.
Meta
Source
See Implementation
geario
util
Traits
templates
isByteArray
isByteType
isCharByte
isInheritClass
isPublic
isRefType