pub type ExprSlice = ExprSlice<SourceRange>;Aliased Type§
pub struct ExprSlice {
pub range: SourceRange,
pub lower: Option<Box<Expr<SourceRange>>>,
pub upper: Option<Box<Expr<SourceRange>>>,
pub step: Option<Box<Expr<SourceRange>>>,
}Fields§
§range: SourceRange§lower: Option<Box<Expr<SourceRange>>>§upper: Option<Box<Expr<SourceRange>>>§step: Option<Box<Expr<SourceRange>>>