English edit

Etymology edit

stack +‎ -ful

Noun edit

stackful (plural stackfuls)

  1. Enough to fill or form a stack.
    stackfuls of money

Adjective edit

stackful (not comparable)

  1. (programming) Using a stack (last-in-first-out data structure).
    Antonym: stackless
    • 2018, Raghavendra Rao K, Kotlin for Enterprise Applications using Java EE, page 64:
      A stackful coroutine is a normal function that can be suspended during execution.