Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Struct .member indexing #22

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

crides
Copy link
Contributor

@crides crides commented Apr 26, 2023

No idea if you want this in noulith, but :)

The commit:

  • removes struct fields as functions
  • removes (shadows?) the dot operator
  • removes empty struct constructor (why was that a thing?)
  • no struct assignment yet (probably don't want that, given that the data structures are all immutable)

- removes struct fields as functions
- removes (shadows?) the dot operator
- removes empty struct constructor (why was that a thing?)
- no struct assignment yet (do we want that?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant