Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

'Int' and 'String' cannot be multiplied #1179

Copy link
Copy link
Open
@overlookart

Description

@overlookart
Issue body actions
//error: Cannot convert value of type 'Int' to specified type 'String'
let str =  'bar' * 5

参考了原生 String API 文档

// Swift.String
 @inlinable public static func + (lhs: String, rhs: String) -> String

SwifterSwift 中对 String 扩展的相关方法

// SwifterSwift/StringExtensions.swift

static func * (lhs: String, rhs: Int) -> String

static func * (lhs: Int, rhs: String) -> String

建议 String 与 Int 相乘的方法前增加 @inlinable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.