Issues
- 2
Native Equality Support for Structs
#60 opened by musicq - 0
A design for struct module identity
#59 opened by guybedford - 0
Should we allow struct expressions?
#58 opened by JLHwung - 2
- 1
Potential use case in webGPU
#18 opened by bakkot - 1
Is `unsafe` too loose a term?
#50 opened by rrama - 1
Promise-returning lock methods?
#55 opened by dead-claudia - 0
Suggestion: simpler shared functions
#56 opened by dead-claudia - 0
Reader/writer lock?
#54 opened by dead-claudia - 2
Performance compared to non-GC structs
#51 opened by Jamesernator - 1
Array / record support
#52 opened by Autumnlight02 - 0
Typo in README.md
#46 opened by ssousa33-OS - 1
Keyword bloat consideration - extend class opposed to introduction of new data structure
#45 opened by jlandrum - 7
Currently no way to define structs?
#37 opened by waldemarhorwat - 2
Lasting API decisions
#44 opened by waldemarhorwat - 2
- 0
Can you stamp a private field on a struct?
#42 opened by bakkot - 7
- 0
- 5
- 14
Potential for more minimalism
#13 opened by annevk - 3
- 32
`mutex.lock` should give you a disposable token, rather than the mutex itself being disposable
#27 opened by bakkot - 3
naming for `mutex.lock`/`mutex.tryLock`
#29 opened by bakkot - 1
What about defining no-op (unshared) struct keyword used in tandem with Reflect API ? [REQUESTING A COMMENT]
#25 opened by projektorius96 - 0
An example for a user-land implementation
#24 opened by Bnaya - 1
- 4
Can shared structs store SharedArrayBuffer?
#16 opened by Jamesernator - 4
- 1
Applying shared structs to existing code is difficult with no member functions
#17 opened by kbabbitt - 6
- 3
Does this are a replacement of https://github.com/tschneidereit/proposal-typed-objects?
#4 opened by lygstate - 0
- 4
- 1
Should structs be freezeable?
#12 opened by takikawa - 2
- 4
- 2
- 6
Also add the capability to support for bit filed or other underlying POD functionals.
#3 opened by lygstate - 12
Propose new syntax
#1 opened by MaxGraey - 4
Breaking Proxy?
#2 opened by Jack-Works