Attention: Here be dragons

This is the latest (unstable) version of this documentation, which may document features not available in or compatible with released stable versions.

OldQueue๐Ÿ”—

Inherits: RefCounted

There is currently no description for this class. Please help us by contributing one !

Properties๐Ÿ”—

int

capacity

int

head

0

int

tail

0

int

_block_size

Array

_data

[]

int

_length

0

int

_iter_cursor

0

Methoden๐Ÿ”—

void

_init(p_capacity: int = 128)

void

_expand()

void

enqueue(item: Variant)

Variant

dequeue(shrink: bool = true)

void

_shrink()

Variant

peek()

bool

is_empty()

int

size()

bool

_iter_init(_arg: Variant)

bool

_iter_next(_arg: Variant)

Variant

_iter_get(_arg: Variant)


Eigenschaftsbeschreibungen๐Ÿ”—

int capacity ๐Ÿ”—

There is currently no description for this property. Please help us by contributing one!


int head = 0 ๐Ÿ”—

There is currently no description for this property. Please help us by contributing one!


int tail = 0 ๐Ÿ”—

There is currently no description for this property. Please help us by contributing one!


int _block_size ๐Ÿ”—

There is currently no description for this property. Please help us by contributing one!


Array _data = [] ๐Ÿ”—

There is currently no description for this property. Please help us by contributing one!


int _length = 0 ๐Ÿ”—

There is currently no description for this property. Please help us by contributing one!


int _iter_cursor = 0 ๐Ÿ”—

There is currently no description for this property. Please help us by contributing one!


Methodenbeschreibungen๐Ÿ”—

void _init(p_capacity: int = 128) ๐Ÿ”—

There is currently no description for this method. Please help us by contributing one!


void _expand() ๐Ÿ”—

There is currently no description for this method. Please help us by contributing one!


void enqueue(item: Variant) ๐Ÿ”—

There is currently no description for this method. Please help us by contributing one!


Variant dequeue(shrink: bool = true) ๐Ÿ”—

There is currently no description for this method. Please help us by contributing one!


void _shrink() ๐Ÿ”—

There is currently no description for this method. Please help us by contributing one!


Variant peek() ๐Ÿ”—

There is currently no description for this method. Please help us by contributing one!


bool is_empty() ๐Ÿ”—

There is currently no description for this method. Please help us by contributing one!


int size() ๐Ÿ”—

There is currently no description for this method. Please help us by contributing one!


bool _iter_init(_arg: Variant) ๐Ÿ”—

There is currently no description for this method. Please help us by contributing one!


bool _iter_next(_arg: Variant) ๐Ÿ”—

There is currently no description for this method. Please help us by contributing one!


Variant _iter_get(_arg: Variant) ๐Ÿ”—

There is currently no description for this method. Please help us by contributing one!