This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Alex Ozun
alexozun.com
did:plc:pxvpixfakvxly6gucwdefenw
I'm having a "do I even know Swift?" moment. I understand that #swiftlang generics are invariant, i.e. F<Dog> is not a subtype of F<Animal>, even though Dog is a subtype of Animal. But some stdlib generic types like Optional and Array do track subtyping (see pic), while others, like Result, don't.
2024-12-22T16:16:29.326Z