Articles by tag: programming
Rust 1.95.0: cfg_select!, if-let guards and stable APIs | Overview
Breaking down the Rust 1.95.0 release: cfg_select! macro replaces cfg-if, if-let guards in match, stabilization of key APIs. What developers need to know? Read in the overview.
Reflection in Unreal Engine: how the type system works
Get to know the Unreal Engine reflection system: code generation, UObject and FField hierarchies, runtime data access. For C++ developers.