Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in swift-protocols

Swift: dynamic dispatch with protocol and subclass

In swift, how do I return an object of the same type that conforms to a protocol

Protocol inheritance from a generic class using associatedType as Type

Unmanaged Object and Protocol

swift swift-protocols

In Swift, does a protocol extension allow function bodies?

Dynamic dispatching protocol extension doesn't work multiple targets

Protocol can an only be used as a generic constraint because it has Self or associated type requirements

Swift protocol similar to Equatable

cocoa swift swift-protocols

Protocols with associated type and factory pattern?

Convert Abstract Type to Concrete Type in Swift

How to implement a Swift protocol across structs with conflicting property names

swift swift-protocols

Use protocol with constrained associated type as property in Swift

Swift Protocols with Associated Type Requirement and Default Implementation

AnyObject try cast to Equatable

Add protocol to super class which will force other classes that inherit from it to implement protocol

Conditional interface in Kotlin

Is there a way to do Swift's Protocol Composition in Kotlin

Swift extension on RawRepresentable has no accessible initializer

How to implement Identifiable using two enum variables

How do I conform to a protocol with an actor?

swift actor swift-protocols