Required Operatorswift 6.1.2Swift
*(_:_:)
- iOS
- 16.0+
- macOS
- 13.0+
- tvOS
- 16.0+
- watchOS
- 9.0+
static func * (lhs: Self, rhs: Int) -> Self static func * (lhs: Self, rhs: Int) -> Self import Swiftprotocol DurationProtocol : AdditiveArithmetic, Comparable, SendableA type that defines a duration for a given InstantProtocol type.
@frozen struct IntA signed integer value type.
static func *= (lhs: inout Self, rhs: Int) static func / (lhs: Self, rhs: Self) -> Double static func / (lhs: Self, rhs: Int) -> Self static func /= (lhs: inout Self, rhs: Int)