Required Operatorswift 6.0.1Swift
*(_:_:)
- 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 Swift
protocol DurationProtocol : AdditiveArithmetic, Comparable, Sendable
A type that defines a duration for a given InstantProtocol
type.
@frozen struct Int
A 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)