Generic Instance Method

commonPrefix(with:options:)

No overview available.

Declaration

func commonPrefix<T>(with aString: T, options: String.CompareOptions = []) -> String where T : StringProtocol