MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Begin

Method Begin

Source/Engine/Core/Collections/ChunkedArray.h:439–442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437
438public:
439 Iterator Begin() const
440 {
441 return Iterator(this, 0);
442 }
443
444 Iterator End() const
445 {

Callers

nothing calls this directly

Calls 1

IteratorClass · 0.70

Tested by

no test coverage detected