Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ operator[]
Method
operator[]
modules/core/core/src/string/OpenString/text.cpp:428–431 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
426
}
427
428
codepoint text::operator[](const u64 index) const noexcept
429
{
430
return this->view().read_at(index);
431
}
432
433
text& text::reverse(const u64 from, const u64 size) noexcept
434
{
Callers
nothing calls this directly
Calls
2
view
Method · 0.95
read_at
Method · 0.80
Tested by
no test coverage detected