User typedef

User = (String, String, int, String)

Implementation

typedef User = (String name, String lastName, int age, String email);