mirror of
https://github.com/erg-lang/erg.git
synced 2025-07-19 02:55:49 +00:00
3 lines
78 B
Python
3 lines
78 B
Python
.copy: |T: Type|(x: T) -> T
|
|
.deepcopy: |T: Type|(x: T) -> T
|
|
.Error: ClassType
|