init(_:step:)
Creates a new interval step.
Declaration
init(_ purpose: IntervalStep.Purpose, step: WorkoutStep)Parameters
- purpose:
The purpose of this interval step.
- step:
The workout step to perform.
Creates a new interval step.
init(_ purpose: IntervalStep.Purpose, step: WorkoutStep)The purpose of this interval step.
The workout step to perform.