Struct KeySuffix

Struct Documentation

struct KeySuffix

Fixed-size buffer for @key suffixes (e.g., “[ArmID:3]”). Avoids heap allocation — typical key suffixes are < 48 chars.

Public Functions

inline void clear()
inline bool empty() const
inline void assign(const char *src, size_t n)

Public Members

char data[48] = {}
uint8_t len = 0