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

Not accessible fields for pair and triple types #1

Open
Toma400 opened this issue Aug 30, 2023 · 0 comments
Open

Not accessible fields for pair and triple types #1

Toma400 opened this issue Aug 30, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Toma400
Copy link
Owner

Toma400 commented Aug 30, 2023

When writing any code using pair or triple types, there's no possibility to access its fields despite them being public:

import tribalify

var i = newPair(5, 10)
echo i.first

I'm writing it here mostly to signify that the issue is known and worked on. I will do my best to fix it for 0.2.0, since it is one of major issues with library right now.

@Toma400 Toma400 added the bug Something isn't working label Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant