Documentation Language: Swift

Method

starts(with:)

Inherited from Sequence.starts(with:).

func starts<PossiblePrefix>(with possiblePrefix: PossiblePrefix) -> Bool where PossiblePrefix : Sequence, Self.Element == PossiblePrefix.Element