mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-03 18:29:00 +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
|