List Question
20 TechQA 2024-03-29T12:51:25.073000Typescript structural typing
39 views
Asked by Valeri Tonchev
How do I test whether two structural types are subtypes of each other?
30 views
Asked by Anaphory
Cannot use struct as the type struct {...}
264 views
Asked by Alexander Mills
Pylance not allowing structural subtyping with built-in types
149 views
Asked by shiomi
TypeScript does not expand generic and complains about type arguments being not comparable
162 views
Asked by Bergi
Structural typing with generics
371 views
Asked by Kamesh
How to provide type hint for a function that returns an Protocol subclass in Python?
981 views
Asked by StevinWilson
SRTP member constraits can't see raw fields of C# classes?
92 views
Asked by nodakai
Type guards for types with the same fields
97 views
Asked by Patrick McClurg
In Scala 3: Why runtime pattern matching can't work reliably on duck type using JVM reflection?
93 views
Asked by tribbloid
Approximating structural typing in a Golang function
112 views
Asked by Michael Lorton
collections.abc.Iterable doesn't allows runtime structural checks according to Iterable API
981 views
Asked by Dorian Turba
How to deal with Optional[int] in Protocol classes
266 views
Asked by MaKaNu
Simplify pattern matching on type class instances with a certain member
56 views
Asked by yhylord
Can Protocol Child Classes Contain Extra Methods In Python?
176 views
Asked by Jesse
typedef for Map in dart
785 views
Asked by SmoothTraderKen
Structural subtyping equivalence in Typescript
80 views
Asked by Samar
How to use __subclasshook__ with Mypy?
361 views
Asked by Géry Ogam
Structural subtyping of builtin dict: Method overloading preventing structural subtyping?
159 views
Asked by ThomasNicholas
All bases of a protocol must be protocols- is typing.MutableMapping not a Protocol?
615 views
Asked by ThomasNicholas