TimetableDay typedef

TimetableDay = List<TimetableSubject>

Implementation

typedef TimetableDay = List<TimetableSubject>;