Search code examples
Swift couldn't infer generic type when I was trying to provide my own implementation of AnySeque...

swiftgenericsswift-protocolstype-erasureassociated-types

Read More
What is difference between Any , Hashable , AnyHashable in Swift 3?...

iosswiftswift3associated-typeshashable

Read More
Protocol composition confusing...

swiftswift-protocolsassociated-types

Read More
Why can my binary operator not be applied to correctly typed operands?...

swiftgenericsbinary-search-treeassociated-types

Read More
Dependency injection with associated types causing arguments without type names (undescores) in Swif...

iosswiftgenericsdependency-injectionassociated-types

Read More
How do I disambiguate associated types?...

rustassociated-types

Read More
Associated protocol in Swift...

swiftprotocolsassociated-types

Read More
Swift5. Protocol extension raises compilation error 'Cannot invoke function with an argument lis...

iosswiftxcodeswift-protocolsassociated-types

Read More
Distinguishing between inherited `associatedtype`s in Swift protocols...

swiftgenericsprotocolsassociated-types

Read More
How can I use Type Erasure with a protocol using associated type...

iosswiftprotocolstype-erasureassociated-types

Read More
In Swift, can you create a protocol which requires a particular function only when certain condition...

swiftswift-protocolsassociated-types

Read More
enums with Associated Values + generics + protocol with associatedtype...

swiftgenericsprotocolsassociated-types

Read More
How to replace self on its implementation...

swiftgenericsswift-protocolstype-aliasassociated-types

Read More
How to require that the associated types from two traits are the same?...

rustassociated-types

Read More
Use protocol that inherits from another protocol as an associated type...

swiftswift-protocolsassociated-types

Read More
Why does the Split type only return &str even though Pattern has implementations for both &s...

genericsrustiteratortraitsassociated-types

Read More
Generic subscript with constraints on associated type leads to "Cannot subscript a value of typ...

swiftdictionarygenericsassociated-types

Read More
Is there any way to simulate Generic Associated Types / Associated Type Constructors in Rust?...

genericsrustassociated-types

Read More
Constraints on associated trait types...

rustassociated-types

Read More
Type mismatch between type parameter and std::ops::BitXor Output associated type...

genericssyntaxrusttraitsassociated-types

Read More
Specifying associated type in trait that inherits from another trait...

rusttraitsassociated-typesrust-actix

Read More
Swift can't infer generic type when generic type is being passed through a parameter...

swiftgenericscore-dataprotocolsassociated-types

Read More
How to constrain generic function associated types...

swiftgenericsprotocolsassociated-types

Read More
Why does count return different types for Collection vs. Array?...

arraysswiftcollectionscountassociated-types

Read More
Is there any non written rule that an associatedtype shouldn't be constrained by a concrete type...

swiftprotocolsswift-protocolsdesign-principlesassociated-types

Read More
Conform class extension to generic protocol function...

swiftgenericsswift-protocolsassociated-typesgeneric-function

Read More
Reuse associated type from protocol in another protocol...

swiftprotocolsassociated-types

Read More
How to check conformance to protocol with associated type in Swift?...

swiftswift-protocolsassociated-types

Read More
Associated type not found in the current scope when returning from pattern match inside method...

compiler-errorsrustpattern-matchingassociated-types

Read More
Trouble with Swift Protocols, associatedtypes, Self and default implementations...

iosswiftswift-protocolsassociated-typesdefault-implementation

Read More
BackNext