hunt v1.7.11 (2021-08-13T05:58:55Z)
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