Search code examples
How to find the associated type `IntoIter` when implementing `IntoIterator` by using iterator compos...


rustiteratorassociated-types

Read More
A tricky Rust generics problem I'm scratching my head over...


genericsrustassociated-types

Read More
Swift add constraint extension to Protocol that has an associated type...


swiftprotocolsassociated-types

Read More
Some Problems about Opaque Return Type and Protocol with associatedtype In Swift...


swiftgenericsswift-protocolsassociated-types

Read More
Pull struct out of associated type returned by iterator...


rustiteratorassociated-types

Read More
Swift: Set protocol's associated type in argument / member variable...


swiftswift5swift-protocolsassociated-types

Read More
Multiple type synonyms in a class...


haskelltype-familiesassociated-types

Read More
Ambiguous associated type when making a type alias for a numeric type...


rusttraitstype-aliasassociated-types

Read More
How can we handle associated types generically while keeping type-safety...


haskelltypesfunctional-programmingfunctional-dependenciesassociated-types

Read More
Is there information somewhere on Swift protocol associatedtype using `=` versus `:`?...


iosswiftunit-testinggenericsassociated-types

Read More
How to store trait implementations together when the trait has associated types...


genericstypesrusttraitsassociated-types

Read More
Can I alias a type inside of a trait's definition, without the compiler assuming that I am defin...


rusttraitstype-aliasassociated-types

Read More
Swift: Question on Generic Functions and Associated Types...


swiftgenericsassociated-types

Read More
How do i work in Swift 5 with protocol function parameters that use protocols with associated types ...


swiftprotocolsassociated-types

Read More
Hiding associated type shared by two traits...


rusttraitsassociated-types

Read More
How is Self in protocol interpreted in subclass?...


iosswiftswift-protocolsassociated-types

Read More
Why using Self as return type is not considered as the protocol's constraint?...


iosswiftswift-protocolsassociated-types

Read More
protocol with same associated type name...


swiftswift-protocolsassociated-types

Read More
Swift - implement protocol with generic method for different <T> types...


iosswiftprotocolstype-erasureassociated-types

Read More
Alternative to equality constraints for associated types...


rusttraitstype-constraintsassociated-types

Read More
How can the value of the associated types must be specified for a Box<dyn Trait> field?...


dynamicrustboxassociated-types

Read More
How to use non-'static trait objects with associated types?...


rusttraitsassociated-typestrait-objects

Read More
Trait associated const is not available in trait definition context despite appropriate trait bound...


rusttraitsassociated-types

Read More
Idris: is it possible to restrict function output by interface?...


idrisdependent-typeassociated-types

Read More
Problem with associtedtype when referring to a protocol metatype...


swiftgenericsprotocolsassociated-types

Read More
Mysterious error caused by reference to invalid associated type in protocol...


swiftprotocolsassociated-types

Read More
Swift subprotocol with associated type...


swiftgenericsswift-protocolsassociated-types

Read More
Can I use a generic protocol to describe a delegate in a non generic type?...


swiftgenericsassociated-types

Read More
Why is it necessary to refer to self for the Identifiable protocol?...


swiftprotocolsassociated-types

Read More
Extension on a Generic class...


iosswiftgenericsassociated-types

Read More
BackNext