mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 18:58:30 +00:00
feat: Dict.as_record
This commit is contained in:
parent
a2a26e4584
commit
01ffde469a
8 changed files with 79 additions and 1 deletions
|
@ -273,6 +273,7 @@ const MEMORYVIEW: &str = "MemoryView";
|
|||
const FUNC_UNION: &str = "union";
|
||||
const FUNC_SHAPE: &str = "shape";
|
||||
const FUNC_AS_DICT: &str = "as_dict";
|
||||
const FUNC_AS_RECORD: &str = "as_record";
|
||||
const FUNC_INC: &str = "inc";
|
||||
const PROC_INC: &str = "inc!";
|
||||
const FUNC_DEC: &str = "dec";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue