?heap-pop-value>array ( heap -- array )


Vocabulary
sequences.extras

Inputs
heapan object


Outputs
arrayan array


Word description
Pushes the value at the top of heap as a single element array. Returns an empty array if the heap is empty.

Definition