hunt ~master (2022-04-01T03:44:56Z)
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