Add the `allTypes` accessor
This accessor can be useful for generating logging based on the types a particular Poly
allows.
let typeNames = Poly2<Int, Double, String>.allTypes
.map { String(describing: $0) }
.joined(separator: ", ")
This accessor can be useful for generating logging based on the types a particular Poly
allows.
let typeNames = Poly2<Int, Double, String>.allTypes
.map { String(describing: $0) }
.joined(separator: ", ")