* add a new method to insert a new value in an array at specific index. * update: index > length, return false; * fix clang-format
* add a new method to insert a new value in an array at specific index. * update: index > length, return false; * fix clang-format