feat: add [x; _] literal

This commit is contained in:
Shunsuke Shibayama 2023-10-02 20:49:21 +09:00
parent 828441f9f9
commit f1d71e0dab
18 changed files with 165 additions and 28 deletions

View file

@ -13,7 +13,7 @@ from _erg_nat import Nat, NatMut
from _erg_bool import Bool
from _erg_bytes import Bytes
from _erg_str import Str, StrMut
from _erg_array import Array
from _erg_array import Array, UnsizedArray
from _erg_dict import Dict
from _erg_set import Set
from _erg_contains_operator import contains_operator