PtrType<T> = contains a ref T PtrType<Ptr<T>> = contains a ref Ptr<T> which contains a ref T, this i

PtrType<T> = contains a ref T
PtrType<Ptr<T>> = contains a ref Ptr<T> which contains a ref T, this is not allowed because Ptr is not a ref struct
Was this page helpful?