Skip to content

Type Method

values(of:)

Creates a CompletionAction that provides a predefined list of possible values generated from a CaseIterable type.
static func values<C>(of type: C.Type) -> CompletionAction where C : CaseIterable, C : LosslessStringConvertible