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
Currently column! returns a uint, which does not make sense, because the number of the column in the source code is not related to the pointer size. It should be u32 or u64.