You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E.g. something like UniquePtr[T] should be used like if it was a T.
For this, we can add a function bind(x: UniquePtr[T]) -> Ref[T], which is called every time some UniquePtr[T] is collapsed.
The text was updated successfully, but these errors were encountered:
E.g. something like
UniquePtr[T]
should be used like if it was aT
.For this, we can add a function
bind(x: UniquePtr[T]) -> Ref[T]
, which is called every time someUniquePtr[T]
is collapsed.The text was updated successfully, but these errors were encountered: