Swift(5.3) の Generic を学ぼう

今回は、Swift における Generic Programming について理解を含めようということで、Swift の公式ドキュメントを眺めがらメモした内容をまとめていきます。 docs.swift.org 目次 Why generics? Generic Functions Type Parameters Generic Type Type Constraints Associated Types Generic Where Generic Subscripts Why G…