MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / end

Function end

KBotExt/imgui/imgui_internal.h:615–615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

613 inline T* begin() { return Data; }
614 inline const T* begin() const { return Data; }
615 inline T* end() { return DataEnd; }
616 inline const T* end() const { return DataEnd; }
617
618 // Utilities

Callers 2

next_chunkMethod · 0.70
offset_from_ptrMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected