hunt v1.6.15 (2021-07-30T03:29:57Z)
Home
Dub
Repo
isByteArray
hunt
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
hunt
util
Traits
templates
isByteArray
isByteType
isCharByte
isInheritClass
isPublic
isRefType