Equatable || Comparable || Hashable protocol in Swift

Поделиться
HTML-код
  • Опубликовано: 25 дек 2024

Комментарии • 10

  • @aminbagheri4931
    @aminbagheri4931 2 года назад

    Amazing video. You really explained these concepts well. Thanks! Wish you all the best.

  • @lilianng1997
    @lilianng1997 2 года назад

    Great….at last I understand clearly.

    • @AppDeveloperPoint
      @AppDeveloperPoint  2 года назад

      Thanks... Do watch ruclips.net/video/l-VsBPQWCxk/видео.html

  • @ashokkumarsekar3871
    @ashokkumarsekar3871 Год назад

    Really Awesome!

  • @rutwikshinde7479
    @rutwikshinde7479 2 года назад +2

    Why class doesn't have the default implementation for equatable protocol but structs have?

  • @srinivasladi5940
    @srinivasladi5940 2 года назад

    Awesome

  • @LebenWerden
    @LebenWerden 10 месяцев назад

    Hello,
    struct AAA: Equatable {
    }
    Why is not necassary to implement the static func == ? If you look in the Swift Documentationthe static func is REQUIRED.