|
|
|
|
|
by ctz
3161 days ago
|
|
That's problematic, thanks to golang choosing to have always-nullable reference types. "option T*" would therefore be a tristate type, unless it was somehow specialised into representing nullability (obviously a major breaking change). |
|