Advanced Topics
Explore advanced XXML features including memory management, reflection, annotations, and interoperability with native code.
Topics
Destructors
RAII-style resource cleanup with automatic destructor calls
Reflection
Runtime type introspection and metadata access
Annotations
Java-style annotation system for metadata and compile-time processing
Derives
Automatic method generation for common patterns
FFI
Foreign function interface for calling native libraries
Native Types
Low-level types and memory operations for systems programming
Threading
Multithreading with mutexes, atomics, and thread-safety constraints