Added inference of array length
This commit is contained in:
@@ -108,6 +108,10 @@ impl ArrayExpr {
|
||||
pub fn exprs(&self) -> impl Iterator<Item = &Expr> {
|
||||
super::children(self)
|
||||
}
|
||||
|
||||
pub fn repeat(&self) -> Option<&Expr> {
|
||||
super::child_opt(self)
|
||||
}
|
||||
}
|
||||
|
||||
// ArrayType
|
||||
|
||||
Reference in New Issue
Block a user