dhtslib ~develop (2022-01-25T20:23:39.6291596)
Dub
Repo
i64_to_le
htslib
hts_endian
@param val The value to store @param buf Where to store it (may be unaligned)
@
system
@
nogc
pragma(
inline
, true) @
nogc
@
system
void
i64_to_le
(
long
val
,
ubyte
*
buf
)
Meta
Source
See Implementation
htslib
hts_endian
aliases
uint16_u
uint32_u
uint64_u
functions
double_to_le
float_to_le
i16_to_le
i32_to_le
i64_to_le
le_to_double
le_to_float
le_to_i16
le_to_i32
le_to_i64
le_to_i8
le_to_u16
le_to_u32
le_to_u64
u16_to_le
u32_to_le
u64_to_le
manifest constants
HTS_ALLOW_UNALIGNED
HTS_BIG_ENDIAN
HTS_LITTLE_ENDIAN
HTS_x86
@param val The value to store @param buf Where to store it (may be unaligned)