Skip to content

1.20.7

Compare
Choose a tag to compare
@andrew-johnson-4 andrew-johnson-4 released this 12 Jan 23:22
· 56 commits to main since this release
cf6d8cf

Features:

  • open(array[CONST]) is a noop
  • U8 <: CONST
  • raw bindings in match statements
match u {
     UmbraLong { prefix=prefix, raw ptr=ptr } => ...
 }