Version 2.1
New Features (core language)
- Invocations (callable)(params...)
- Power operator **
- switch-statement
- choose-expression
New featres (std library)
- std::typename
- Enum with type ids: std::type::
- std::chain
- More typecheck functions:
- std::is_fxptr
- std::is_external
- std::is_numeric
- std::is_integral
- Fixed parameter invoke functions
- std::invoke_0
- std::invoke_1
- std::invoke_2
- std::invoke_3