List Question
20 TechQA 2024-02-24T19:00:50.833000Can Dart support abstract type member use cases?
50 views
Asked by anqit
In Scala 3, how to replace General Type Projection that has been dropped?
421 views
Asked by Grégory Weinbach
Julia, MethodError: no method matching
759 views
Asked by pppplight
Define a type that inherits from a vector in Julia
453 views
Asked by D_Turtle
How to assign abstract type in variable declaration?
53 views
Asked by asds_asds
Julia: Abstract-type field in struct for solving an ODE problem
260 views
Asked by hopeso
Why is it possible to define a class with a unreified path-dependent type?
127 views
Asked by tribbloid
In scala 2.13+ / 3.x, how can we address the diamond inheritance problem of abstract types?
121 views
Asked by tribbloid
How to override abstract trait type in subclasses
74 views
Asked by simianarmy
In scala, how to instruct the compiler to realise the equivalence of two abstract types?
133 views
Asked by tribbloid
Abstract type member of a singleton object
263 views
Asked by Mario Galic
Struct with abstract-type field or with concrete-type Union in Julia?
812 views
Asked by stefabat
Why a concrete implementation of an abstract type cannot be used to infer ClassTag?
113 views
Asked by tribbloid
Understanding Scala use of abstract types and Classes
146 views
Asked by Jose Cabrera Zuniga
Can a scala type class have abstract type members?
633 views
Asked by Frederik Baetens
How to include opaque type in multiple .c files?
497 views
Asked by Maraz
Scala: Difference between 'type A = XXX' and 'final type A = XX'?
592 views
Asked by tribbloid
What does 'do not conform to trait Builder's type parameter bounds' mean in scala?
273 views
Asked by tribbloid
What is the meaning of a type declaration without definition in an object?
413 views
Asked by Vladimir Matveev