struct, enum, tuple 및 기본 자료형 타입 (int, float, double, bool, string, Collection Type = Array, Dictionary, Set)
struct
enum
tuple
int
float
double
bool
string
Array
Dictionary
Set
class, function, colsure 등등
class
function
colsure
func anyFunc() { // 함수도 이름이 있는 Named Closure }