MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / begin

Method begin

core/variant/array.cpp:92–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92Array::Iterator Array::begin() {
93 return Iterator(_p->array.ptrw(), _p->read_only);
94}
95
96Array::Iterator Array::end() {
97 return Iterator(_p->array.ptrw() + _p->array.size(), _p->read_only);

Callers 15

_find_next_peerMethod · 0.45
make_baked_meshesMethod · 0.45
reload_assembliesMethod · 0.45
_generate_cs_typeMethod · 0.45
to_arrayFunction · 0.45
get_joint_i_to_nameMethod · 0.45
to_dictionaryMethod · 0.45
_parse_skinsMethod · 0.45
_owners_to_stringMethod · 0.45
_flush_eventsMethod · 0.45

Calls 4

IteratorClass · 0.70
ConstIteratorClass · 0.70
ptrwMethod · 0.45
ptrMethod · 0.45

Tested by 2

set_objectsMethod · 0.36
_notificationMethod · 0.36