Generic Instance Method 総称体インスタンスメソッド

commonPrefix(with:options:)

No overview available.

Declaration 宣言

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