_hb_var_int_t

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) @nogc nothrow
union _hb_var_int_t {}

Members

Variables

i16
short[2] i16;
Undocumented in source.
i32
int i32;
Undocumented in source.
i8
byte[4] i8;
Undocumented in source.
u16
ushort[2] u16;
Undocumented in source.
u32
uint u32;
Undocumented in source.
u8
ubyte[4] u8;
Undocumented in source.

Meta