package
0.0.0-20240712133535-75229b5999a3
Repository: https://github.com/agarwalconsulting/go-training.git
Documentation: pkg.go.dev

# README

Generics

Agenda

  • Simple functions

    • comparable, ==
  • Structs/DS with generics

    • any
  • Type constraints

    • | operator
    • ~ operator for approximation
  • Generic interfaces

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

No description provided by the author