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

Method begin

Source/Engine/Core/Collections/Array.h:329–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327
328public:
329 FORCE_INLINE T* begin()
330 {
331 return &_allocation.Get()[0];
332 }
333
334 FORCE_INLINE T* end()
335 {

Callers 2

ArrayMethod · 0.45
ArrayClass · 0.45

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected