List Question
20 TechQA 2023-11-28T09:22:08.657000Why is this allocation not well done?
120 views
Asked by aheuchamps
In scala 3, how instance of an opaque type can invoke method defined on its backed type
141 views
Asked by PetrosY
Exposing the underlying type of an opaque
82 views
Asked by Yotam
Using opaque return types with protocols in Swift
40 views
Asked by Skjorn
Can I use Scala 3 export in extension of opaque type to expose the inner type methods selectively?
55 views
Asked by Waldemar WosiĆski
Why can't I change the value of an opaque type?
235 views
Asked by Yotam
Calling methods on a Swift Opaque return
35 views
Asked by UserNil
Compiler Error When Comparing `some Protocol` Instances
76 views
Asked by Gordonium
Match type reduction fails with opaque type
53 views
Asked by t9dupuy
Why is the result of the following functor not opaque?
72 views
Asked by Marco
Scala type table lookup
84 views
Asked by Nil Admirari
Opaque type's inline method inaccessible inside a trait
102 views
Asked by Nil Admirari
SwiftUI: restrict extension to custom view struct / return custom view type
1k views
Asked by WalterBeiter
Scala3 implicit conversion not working with opaque types (not true)
151 views
Asked by Readren
How can I translate Opaque types into Haskell?
300 views
Asked by F. Zer
correct setup for opaque type with underlying Numeric/Ordering instances
286 views
Asked by Rob Fitzgerald
Cannot assign value of type 'some View' to type 'some View' - why not?
619 views
Asked by linus_hologram
Can static array indices be used with opaque struct types?
117 views
Asked by Biggs
Struct inherits codable and a protocol that has a property that is a protocol
79 views
Asked by datinc
How to represent an opaque type in a struct field
577 views
Asked by Tallented-Code-bot