Module ptr

Source
Expand description

The AST pointer.

Provides P<T>, a frozen owned smart pointer.

§License

This is mostly stolen from rustc, licensed under the MIT License.

Structs§

P
An owned smart pointer.

Functions§

P
Construct a P<T> from a T value.