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
#65806 added [T]::as_ptr_range. It would be nice if there were a slice::from_raw_parts analog that went the other way. Range<*const T> is a convenient way to pass around the start and length information needed for a slice.