Module range
sgx_tstd::collections
Range syntax
RangeBounds is implemented by Rust's built-in range types, produced by range syntax like .., a.., ..b or c..d.
RangeBounds
..
a..
..b
c..d