> Proposal link: 
> https://github.com/apple/swift-evolution/blob/master/proposals/0104-improved-integers.md
>  
> <https://github.com/apple/swift-evolution/blob/master/proposals/0104-improved-integers.md>

Is this correct? The “*" function has the “by” argument label and the “/“ 
function doesn’t?
    public func multipliedFullWidth(by other: Self) -> (high: Self, low: 
Self.Magnitude)
    public func dividingFullWidth(_ dividend: (high: Self, low: 
Self.Magnitude)) -> (quotient: Self, remainder: Self)
(These were copy/pasted from Xcode. There are a couple other differences 
between the snapshot and the proposal… that’s why the functions’ signatures 
don’t completely match.)

I glanced over the relevant mailing list threads, but didn’t see any discussion 
on the matter. Dunno, maybe I just missed it. Anyway, just thought I’d pass 
along what looks to me like a simple typo.

- Dave Sweeris
_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev

Reply via email to