Cheng Wang
Results
117
issues of
Cheng Wang
### Issue / feature description Hey Argent-X team, Alephium’s devs here. We would like to express our gratitude for sharing your open source wallet implementation with the space. The quality...
external
`let Foo { x, y } = foo`. Not a priority for now.
If the value name is the same as Struct field name, then we could omit the field name in the struct initialization. ``` let foo = Foo{ x: x, y:...