Module mbox::sentinel

source ·
Expand description

Sentinel-terminated types.

Structs§

  • A malloc-backed array with an explicit sentinel at the end.
  • A malloc-backed null-terminated string (similar to CString).

Traits§

  • Implemented for types which has a sentinel value.