Expand description

Reference counter value.

See Rc for more information.

Structs

A single-threaded reference-counting pointer. ‘Rc’ stands for ‘Reference Counted’.
A reference-counting pointer to the allocation of an Rc.