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

padding(toLength:withPad:startingAt:)

No overview available.

Declaration 宣言

func padding<T>(toLength newLength: Int, withPad padString: T, startingAt padIndex: Int) -> String where T : StringProtocol