dev-2021-07 #1049
gingerBill
started this conversation in
General
dev-2021-07
#1049
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New Language Features
v.xyz
,v.zyx
,v.xxx
v.rgb
,v.bgr
,v.rrr
ptr, ok := &m[v];
ptr, ok := &v.(T);
defer
s in a scope which terminates with a diverging procedure-> !
struct #raw_union
typesoffset_of
:offset_of(Struct_Type, field)
(current syntax)offset_of(value.field)
(new alternative syntax)Compiler Improvements
switch
statements (normal and type)Packages
context.thread_id
reflect
intrinsics.type_is_endian_platform
bytes.buffer_create_of_type
andbytes.buffer_convert_to_type
bufio.Scanner
bufio.Lookahead_Reader
png
gzip
zlib
hash.crc32
hash.adler32
Bug Fixes
filepath
bug leak-lld
on Windowsx->y(z)->w(a)
---
This discussion was created from the release dev-2021-07.
Beta Was this translation helpful? Give feedback.
All reactions