ExerciseNameSupportable
public protocol ExerciseNameSupportable : Hashable
Exercise Name Supportable
Provides Helper functions such as supported exercises
-
Exercise Name Type
Declaration
Swift
associatedtype ExerciseNameType
-
List of Supported ExerciseNames
Declaration
Swift
static var supportedExerciseNames: [ExerciseNameType] { get }