{
"$type": "site.standard.document",
"bskyPostRef": {
"cid": "bafyreiaj663shvrhp5lcyda63rtwz64w4p4xszoxn5k46t3gpfd46rhkdu",
"uri": "at://did:plc:ivbknywyskln22er3nkssdhl/app.bsky.feed.post/3mhcwpb7kww22"
},
"path": "/t/introduce-a-way-to-construct-range-from-start-length/24073?page=2#post_30",
"publishedAt": "2026-03-17T21:02:24.000Z",
"site": "https://internals.rust-lang.org",
"textContent": "I understand this is an example and don’t want to get too deep into bikeshedding but do think it’s worth noting that `Range::from_start_and_len` is so absurdly verbose that I suspect nobody will ever use it, which somewhat defeats the point of something which is purely a convenience method.\n\nIf `a ..+ b` was implemented as syntax sugar for `a .. (a + b)` I think it would work exactly the way people would expect it to, and in those cases.",
"title": "Introduce a way to construct Range from start + length"
}