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
Release 0.9.2 fixes#64
Note: With MSVC Debug, a span cannot be created from an empty range,
like: std::vector v; span(v.begin(),v.end()).
This behaviour is present since the introduction of construction from iterators in v0.9.0.