can't conform to a protocol. ๐ objc
can't be extended. ๐ Errors
objc โฉ (sort of) Conforming Tuples to Protocols
Paul โฉ What is a tuple?
Jordan Morgan โฉ Solving Small Problems with Small Tuples
โ non-nominal type `...` cannot be extended
โ cannot assign value of type 'T' to type 'T'
non-nominal types
ๅ๏ผCan a tuple have methodsโ
็ญ๏ผNoโ๏ธ
... tuple is something made to be thrown away. It also means you don't get to conform to protocols or write methods inside your tuples ... ๐ Paul
Last updated 2 years ago