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
The IntRange type was added in this PR. As mentioned in the documentation The numbers are created from the given Start(inclusive) parameter to the givenEnd (exclusive) parameter..
Could an option be added to this type that would allow the end parameter to be inclusive? For example,
IntRangeInclusive<0, 3> = 0 | 1 | 2 | 3
Upvote & Fund
We're using Polar.sh so you can upvote and help fund this issue.
The funding will be given to active contributors.
Thank you in advance for helping prioritize & fund our backlog.
The text was updated successfully, but these errors were encountered:
The
IntRange
type was added in this PR. As mentioned in the documentationThe numbers are created from the given
Start(inclusive) parameter to the given
End(exclusive) parameter.
.Could an option be added to this type that would allow the end parameter to be inclusive? For example,
Upvote & Fund
The text was updated successfully, but these errors were encountered: