the match entry for a Course
0: the array of matches for the fields of this Course
1: the Map that maps Section.id to the array of matches for the fields of that section
last several bits of this number correspond to different types of validity, as specified by Section.Validity
flag & 0b1 !== 0 => Section.Validity[1] flag & 0b10 !== 0 => Section.Validity[2] flag & 0b100 !== 0 => Section.Validity[3]
extract the array of instructor names from the array of meetings
check whether the array is the correct JSON format for plannable v5.x to v7.x
check whether the array is the correct JSON format for plannable v8.x
Generated using TypeDoc
models and data structures used across the website