OldQueue🔗

Hérite: RefCounted

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

Propriétés🔗

int

capacity

int

head

0

int

tail

0

int

_block_size

Array

_data

[]

int

_length

0

int

_iter_cursor

0

Méthodes🔗

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)


Descriptions de propriété🔗

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!


Descriptions de méthode🔗

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!