Skip to main content

Module sentinel

Module sentinel 

Source
Expand description

Sentinel-terminated types.

Structs§

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

Traits§

Sentinel
Implemented for types which has a sentinel value.