|
|
|
|
|
by fooker
83 days ago
|
|
> literal types (ints, sized ints, bools, etc) “built in” to the compiler but were defined in the language. This is actually a good example by itself. Int is defined in swift with Builtin.int64 IIRC. That is not part of the swift language. |
|