Consistent repetition boundaries for Prefix/Many/etc #90
randomeizer
started this conversation in
Ideas
Replies: 1 comment 5 replies
-
It definitely looks nicer to use We'd like to find a way to minimize the overloads, possibly even removing the range initializers from But we'd be happy to hear of any potential solutions to rein in this problem though. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been playing in the "result builder" branch (not sure I'm actually using the latest one though, which would that be now?), and noticed that
Prefix
uses Ranges to limit the number of repetitions, whileMany
usesatLeast
/atMost
parameters instead.Could these be unified? Not sure which I prefer, but Ranges are definitely more concise. I think it would work for
Many
also:Beta Was this translation helpful? Give feedback.
All reactions