Bird supports the following primitive types: int, bool, float, str. char.
int
bool
float
str
char
You can create a type identifier to represent a primitive type.
Bird supports both structs and arrays
Check out the playground!