[–] TrayKnots 1y ago ↗ Interesting point. But I usually prefer `(lower..upper).choose()`. So, if I want it inclusive, I can simply do `(lower..=upper).choose()`. No downcasting required. And perfectly obvious behaviour thanks to a known API.
1 comment
[ 3.3 ms ] story [ 21.6 ms ] thread