Prev
Open Object Rexx
Next
Code style
dark
electric
light
print
rgfdark
rgflight
tokio-day
tokio-night
vim-dark-blue
vim-dark-darkblue
vim-dark-desert
vim-dark-elflord
vim-dark-evening
vim-dark-industry
vim-dark-koehler
vim-dark-murphy
vim-dark-pablo
vim-dark-ron
vim-dark-slate
vim-dark-torte
vim-light-delek
vim-light-morning
vim-light-peachpuff
vim-light-shine
vim-light-zellner
5.3.13.1. new (Class Method)
Returns a new empty Queue object.
If you specify
size
, a hint how large the new Queue object is expected to grow, this is used to optimize the initial allocation.
size
must be a non-negative whole number.
Prev
5.3.13. Queue Class
Up
Home
Next
5.3.13.2. of (Class Method)