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 SampleBuf wraps an Array. This disallows wrapping of views or other array-like data types, for example. Is there any strong reason why not wrap an AbstractArray instead?