Structsยง
- GcRef
- A typed garbage collected pointer to a value.
- Untyped
GcRef - A untyped garbage collected pointer to a value, you can think of it as
void*
pointer but managed by GC. - Weak
GcRef - Weak GC reference. Has almost the same semantics as std::rc::Weak
- Weak
Slot