Deque.size

From OpenEUO
Revision as of 18:06, 18 December 2010 by Ximan (Talk | contribs) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.

See Also