* @brief As this is stack implementation using dynamic array this function will * expand the size of the stack by twice as soon as the stack is full. * * @param ptr Stack pointer * @param cap Capacity of stack * @return DArrayStack*: Modified stack */
source not stored for this graph (policy: none)