hopenobug

Results 2 comments of hopenobug

我看了下代码,只能用函数

but how to get the original Foo[A] ```nim import std/typetraits type A = object type Foo[T] = object type X = distinctBase(distinct Foo[A]) type Y = Foo[A] assert X is...