Skip to content

Implemented Array::resize

Jakub Klinkovský requested to merge JK/array into develop

This is implemented almost exactly as std::vector::resize in STL: the only difference is that value-initialization is skipped for fundamental types. Otherwise it allows us to use combos like Array-of-Arrays etc.

CC @oberhuber @jakubec

Merge request reports