Function Deref

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

Formal: Deref(p, T, len) = Allocated(p, T, len, *) && InBound(p, T, len)

where

ยงUnsafe Function indirectly requiring this SP