Module interoptopus::patterns::primitives

source ·
Expand description

Additional support for primitives like bool.

Structs§

  • A single-byte boolean value where 1 means true, and 0 is false.
  • A wrapper for the c_char type to differentiate it from a signed 8-bit integer for platforms that support this type.