InitDate typedef

InitDate = ({int month, int year})

Implementation

typedef InitDate = ({int year, int month});