Function InBound

Source
pub fn InBound(p: Pointer, T: Type, len: Len)
Expand description

Formal: InBound(p, T, len): mem(p, p+ sizeof(T) * len) ∈ single allocated object

§Unsafe Function indirectly requiring this SP