Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
328
public:
329
FORCE_INLINE T* begin()
330
{
331
return &_allocation.Get()[0];
332
}
333
334
FORCE_INLINE T* end()
335
{
Callers
2
Array
Method · 0.45
Array
Class · 0.45
Calls
1
Get
Method · 0.45
Tested by
no test coverage detected