{
"$type": "site.standard.document",
"bskyPostRef": {
"cid": "bafyreib6yf6gungagrtaenwz4expy74vabelenewguarod4mzykk5s4jnu",
"uri": "at://did:plc:ivbknywyskln22er3nkssdhl/app.bsky.feed.post/3mhemfgnwvch2"
},
"path": "/t/introduce-a-way-to-construct-range-from-start-length/24073?page=2#post_37",
"publishedAt": "2026-03-18T16:31:41.000Z",
"site": "https://internals.rust-lang.org",
"textContent": "yaksher:\n\n> I’m not sure I follow why it should be `'a'..+25` rather than `'a'..+26`. [...] since `..` is an exclusive range so the number is the length of the range and `'a' + 26` is the character after `'z'` as it should be.\n\nYou're right, I forgot that `..` is exclusive of the endpoint -- which means the _original_ example of `'a' .. 'z'` is probably incorrect, and I think that's actually an argument in _favor_ of adding `..+`.",
"title": "Introduce a way to construct Range from start + length"
}