Join Nostr
2024-12-21 21:08:01 UTC
in reply to

Edaqa Mortoray on Nostr: I guess I'm not fully understanding what #nullable does then, since it clearly does ...

I guess I'm not fully understanding what #nullable does then, since it clearly does not mean things can't be null, at least not in all contexts.

I did use `where T: notnull` now and the error also goes away. But in my mind, that should be the default when #nullable is enabled.