I am trying to enforce a simple type supported by Int, which will not be confused with other Ints.
Assuming you have the following typealiases:
typealias EnemyId = Int
typealias WeaponI
I am trying to enforce a simple type supported by Int, which will not be confused with other Ints.
Assuming you have the following typealiases:
typealias EnemyId = Int
typealias WeaponI