private
startvalue
— function
startvalue(s::T) where T<:CyclicSchedule
Concrete subtypes of CyclicSchedule
must implement this function for T
.
Given s
, the function should return the start value of s
.
private
startvalue
— function
startvalue(s::T) where T<:CyclicSchedule
Concrete subtypes of CyclicSchedule
must implement this function for T
.
Given s
, the function should return the start value of s
.