Talk:Arrays

From HaskellWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Deep copies and variable length arrays

It would be nice if

  • the compiler can warn you if it needs to make deep copies. (I'm thinking of DiffArrays...)
  • if variable length arrays are supported with push_back and pop_back functions like C++ STL.
  • if there are pointer types which are not range checked.

Just thinking aloud. -- Nroets 13:53, 11 December 2009 (UTC)