Rust introduces new Range types

Rust 1.96.0 has arrived, bringing new Range* types to the programming language known for its memory safety. Announced May 28, Rust 1.96.0 can be installed by current users by running the command rustup update stable. In elaborating on the new Range* types, the Rust...