I think I’d be happier if Swift only ever used parameter labels for ObjC API.
Conversation
the way `stride` uses them is the one thing that gives me pause about this. It has a strange appeal.
3
1
Replying to
I do like this:
map(value: Double, #fromInterval: (Double, Double), #toInterval: (Double, Double)) -> Double


