mirror of
https://github.com/erg-lang/erg.git
synced 2025-07-07 21:25:31 +00:00
5 lines
141 B
Python
5 lines
141 B
Python
.ReferenceType: (T: Type) -> ClassType
|
|
.ReferenceType(T).
|
|
__call__: (self: .ReferenceType(T)) -> T
|
|
|
|
.ref: |T|(obj: T) -> ReferenceType T
|