Data types
Built-in types
Here's the list on build-in types:
void
date
int
float
double
str
list
set
dict
Custom types
Defined as typedef
s. For more info check here
Here's the list on build-in types:
void
date
int
float
double
str
list
set
dict
Defined as typedef
s. For more info check here