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
Makes it difficult to reason about, copy, etc. Everyone has to be aware of resetting the pointer if the lifetime of the array expires. Much better to be explicit about it, at the cost of requiring the user to pass in the same embedding pointer multiple times.
The text was updated successfully, but these errors were encountered:
Makes it difficult to reason about, copy, etc. Everyone has to be aware of resetting the pointer if the lifetime of the array expires. Much better to be explicit about it, at the cost of requiring the user to pass in the same embedding pointer multiple times.
The text was updated successfully, but these errors were encountered: