feat: Dict.as_record

This commit is contained in:
Shunsuke Shibayama 2023-10-25 19:46:32 +09:00
parent a2a26e4584
commit 01ffde469a
8 changed files with 79 additions and 1 deletions

View file

@ -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";