dawkot Tue, 31 Dec 2019 12:15:30 -0800
Is there a way to get the return type of a proc type as a typedesc?
ex. type Proc = proc: int type ReturnType = Proc.??? Run