well that's why i was thinking of the `PointerLike` stuff
well that's why i was thinking of the
PointerLike stuffPointerLikenew(ref x) instead of ref xPointerLike itself a ref struct that can track its own refs



char* name = "POS" Since no sentient life has been found on Mars, the codethis is a joke, right?
points that would have been allocated for Martian imojis are hereby
allocated for this private use. These addresses are thus called
"Martians", also known as "Bogons" due to them being bogus.
IPv6 addresses no longer need to be typed as hex values --I mean that seems like it's a joke, right?
instead, the glyph for the script character, symbol, emoji, or
imoji representing that address can be input by the user, and it
will be displayed by the application as the graphic itself. From
the user's perspective, this will also be more compact than the
representation described in RFC 1924 [RFC1924].
yes hello computer connect me to![]()
f4
new(ref x)ref xref structchar* name = "POS"int* x = default;
{
int y;
x = &y;
}
// y is out of scope thus x's "lifetime" has been exceededSpan<int> x = default;
{
int y = default;
x = MemoryMarshal.AsSpan(ref y, 1);
}
// y is out of scope thus x's "lifetime" has been exceeded