Add canonical Expr for Str.startsWith

This commit is contained in:
Dimitar Apostolov 2020-09-20 14:17:18 +02:00 committed by Dimitar Apostolov
parent b82baf55e7
commit 0ae045c1f3
6 changed files with 97 additions and 1 deletions

View file

@ -5,6 +5,7 @@
pub enum LowLevel {
StrConcat,
StrIsEmpty,
StrStartsWith,
ListLen,
ListGetUnsafe,
ListSet,