ot::Heap::Array::Clear() method
Clears the array. Note that `Clear()` method (unlike `Free()`) does not free the allocated buffer and therefore does not change the current capacity of the array. Invokes `Type` destructor on all cleared existing elements of array.