Difference between revisions of "Deque.size"
From OpenEUO
(Created page with "== Calling Pattern == Call local d = sl.deque() -- later local r = d.size() Results r is a number == Description == Calling size returns the current number of values buffer...") |
(No difference)
|
Latest revision as of 18:06, 18 December 2010
Calling Pattern
Call
local d = sl.deque() -- later local r = d.size()
Results
r is a number
Description
Calling size returns the current number of values buffered by the queue.
Upon Error
Errors are reported and handled according to the operant error redirection mode.