Skip to content

0.43.0

Compare
Choose a tag to compare
@bfiete bfiete released this 22 Feb 20:02
· 2640 commits to master since this release
  • Compile-time function evaluation
  • Compile-time code generation
  • AlwaysIncludeUser property in AttributeUsage
  • Initializer expression '.{ x = 1, y = 2}'
  • Argument cascades 'UseString(val.ToString(.. scope .()));'
  • Auto-constructor 'struct Vec : this(float x, float y);'
  • Lambda return type inference
  • Ref for params in operator overloads
  • 'in' parameters
  • Improved C VarArg compatibility