Core Utility Types
include/Utils/Types/ contains small compatibility and convenience headers
used throughout the codebase.
Main components:
Optionalfor C++14-friendly optional values.NullableandOffsetfor common analysis-side data wrappers.ScopeExitfor lightweight RAII cleanup.range.hand vendored terminal-color helpers for ergonomic utility code.
These headers are intentionally low-level and widely reused.
See also Utility Libraries.