Skip to content

Not accessible fields for pair and triple types #1

Description

@Toma400

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions