pack-d ~master (2022-02-24T17:00:06.5390118)
Dub
Repo
formatCharToEndian
binary
format
Undocumented in source.
template
formatCharToEndian (
char
c
) {
static if
(
c == '<'
)
enum
formatCharToEndian
;
static if
(!(
c == '<'
))
static if
(
c == '>' || c == '@'
)
enum
formatCharToEndian
;
static if
(!(
c == '<'
))
static if
(!(
c == '>' || c == '@'
))
static if
(
c == '='
)
enum
formatCharToEndian
;
static if
(!(
c == '<'
))
static if
(!(
c == '>' || c == '@'
))
static if
(!(
c == '='
))
enum
formatCharToEndian
;
}
Members
Manifest constants
formatCharToEndian
enum
formatCharToEndian
;
Undocumented in source.
formatCharToEndian
enum
formatCharToEndian
;
Undocumented in source.
formatCharToEndian
enum
formatCharToEndian
;
Undocumented in source.
formatCharToEndian
enum
formatCharToEndian
;
Undocumented in source.
Meta
Source
See Implementation
binary
format
mixin templates
formatRepeatCount
templates
formatCharToEndian
formatIsTypeLess
formatOf
formatStringOf
formatTypeOf
formatTypeTupleOf