You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a current project I am using Tagged as the Interval of a type Note conforming to Strideable. This works great as far as it goes. However, I have a ClosedRange<Note> on which I would like to be able to compute count. This requires Tagged conform to SignedInteger where RawValue: SignedInteger.
Tagged has a number of conditional conformances and does conditionally support Numeric and SignedNumeric, there currently is not support for SignedInteger as far as I can tell. I'm curious if this was intentionally left out, or if it would be reasonable to add?
The text was updated successfully, but these errors were encountered:
In a current project I am using
Tagged
as theInterval
of a typeNote
conforming toStrideable
. This works great as far as it goes. However, I have aClosedRange<Note>
on which I would like to be able to computecount
. This requiresTagged
conform toSignedInteger where RawValue: SignedInteger
.Tagged
has a number of conditional conformances and does conditionally supportNumeric
andSignedNumeric
, there currently is not support forSignedInteger
as far as I can tell. I'm curious if this was intentionally left out, or if it would be reasonable to add?The text was updated successfully, but these errors were encountered: