Stephen Canon

Results 124 comments of Stephen Canon

Yup, this is a very reasonable thing to add, I'll take a look shortly.

N.B. I'm not _totally_ set on spelling, but reasonably happy with this. These are pretty niche, so it's ok for them to be wordy. I also experimented with `Saturating.add`, etc,...

I think if I went that direction, I would probably do: ``` Saturated.sum(_:_:) Saturated.product(_:_:) Saturated.negation(_:) ``` This is more in-line with other "modified" ops we've been looking at. I'm not...

I think you can skip step 1, but otherwise that's the right process to follow.

Hi Susan -- please add some context for folks to discuss; what API would this module contain, what would the use cases be, what would the dependencies be, etc.

> For my experience, it's helpful that having a raw pointer with public interfaces No question; I'm not arguing that raw-pointer interfaces shouldn't exist, rather that they shouldn't be the...