Day

public struct Day: Decodable

A single day.

  • day

    Weekday

    Declaration

    Swift

    public let day: Weekday
  • List of courses

    Declaration

    Swift

    public let courses: [Course]
  • List of all possible timeslots.

    Declaration

    Swift

    public var slots: [String]
  • Weekday

    See more

    Declaration

    Swift

    public enum Weekday: Int, Decodable
  • A single course.

    See more

    Declaration

    Swift

    public struct Course: Decodable