Expand description

Manually manage memory through raw pointers

Structs

An unsafe pointer with dereferencing and logging capability

An unsafe pointer with dereferencing capability

A wrapper around a raw persistent pointer that indicates that the possessor of this wrapper owns the referent. Useful for building abstractions like Pbox<T,P>, Vec<T,P>, and String<P>.

A persistent fat pointer with offset and capacity