Module mbox::sentinel [] [src]

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.