Corrade/Utility/StlForwardArray.h file new in 2019.10

Forward declaration for std::array.

On libc++ and MSVC STL includes a lightweight implementation-specific STL header containing just the forward declaration of std::array. On other implementations where forward declaration is not possible or is unknown is equivalent to #include <array>.