Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adriancable/eternal
/ begin
Method
begin
doom/src/tarray.h:88–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
typedef TIterator<const T> const_iterator;
87
88
iterator begin()
89
{
90
return &Array[0];
91
}
92
const_iterator begin() const
93
{
94
return &Array[0];
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected