leftibot ef7c338452 Fix #677: Add strong typedefs via 'using Type = BaseType' syntax
Strong typedefs create distinct types backed by Dynamic_Object, so
'using Meters = int' makes Meters a type that is not interchangeable
with int or other typedefs of int. The constructor Meters(val) wraps
the base value, and function dispatch enforces the type distinction.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 18:08:10 -06:00
..
chaiscript Fix #677: Add strong typedefs via 'using Type = BaseType' syntax 2026-04-13 18:08:10 -06:00