Skip to content
  • Mark OLESEN's avatar
    ENH: noexcept size_bytes() method for lists · fa645c2d
    Mark OLESEN authored
    - for use when the is_contiguous check has already been done outside
      the loop. Naming as per std::span.
    
    STYLE: use data/cdata instead of begin
    
    ENH: replace random_shuffle with shuffle, fix OSX int64 ambiguity
    fa645c2d