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
nit: I know that `AsRaw()` could make a copy of the data. This is a reminder that it would be nice if you could write `a.Value().Equal(value)` and avoid the allocation.
Originally posted by @jmacd in #12390 (comment)
So we don't need to use
AsRaw
to do value comparison.The text was updated successfully, but these errors were encountered: