QueueSize
QueueSize returns the number of elements in the FIFO queue.
Command
gnokey query vm/qeval -remote "https://rpc.gno.land" -data "gno.land/r/moul/x/daily/stack/v0.QueueSize()"
Result
Package stack is an educational data-structure playground that keeps BOTH a LIFO stack and a FIFO queue of ints, so you can compare how the two behave.
QueueSize returns the number of elements in the FIFO queue.
gnokey query vm/qeval -remote "https://rpc.gno.land" -data "gno.land/r/moul/x/daily/stack/v0.QueueSize()"