mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-28 12:14:43 +00:00
feat: add HomogenousTuple
fix: iterator bugs
This commit is contained in:
parent
e220381fa2
commit
86cfe8f81a
5 changed files with 105 additions and 97 deletions
|
@ -286,6 +286,7 @@ const GENERIC_DICT: &str = "GenericDict";
|
|||
const DICT: &str = "Dict";
|
||||
const FUNC_DECODE: &str = "decode";
|
||||
const GENERIC_TUPLE: &str = "GenericTuple";
|
||||
const HOMOGENOUS_TUPLE: &str = "HomogenousTuple";
|
||||
const TUPLE: &str = "Tuple";
|
||||
const TUPLE_ITERATOR: &str = "TupleIterator";
|
||||
const RECORD: &str = "Record";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue