Skip to content

Stack_IsEmpty

manuel villagran edited this page Oct 3, 2019 · 1 revision

Stack_IsEmpty

bool:Stack_IsEmpty(Stack:stack)

returns wheter a stack is empty or not

parameters

  • Stack:stack The stack to check.

returns

  • true if empty; false otherwise.

notes

Clone this wiki locally