{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreifpxkfjvrgvrcqhj23xqpojq7gn76j2t7bjynzx2ve5gypirogdp4",
    "uri": "at://did:plc:ivbknywyskln22er3nkssdhl/app.bsky.feed.post/3mgvhq27hfoc2"
  },
  "path": "/t/introduce-a-way-to-construct-range-from-start-length/24073#post_16",
  "publishedAt": "2026-03-12T19:23:50.000Z",
  "site": "https://internals.rust-lang.org",
  "tags": [
    "New range operator `..+`"
  ],
  "textContent": "Old thread containing an equivalent proposal: New range operator `..+`\n\nThe proposed `..+` syntax avoids the ambiguity with unary `+` in Rust, since it doesn't have such, nor can an number literals start with a `+`. However it's still ambiguous with `a.. + b`.",
  "title": "Introduce a way to construct Range from start + length"
}