Skip to content

NamedTuple support #1491

@MatteCarra

Description

@MatteCarra

Scala 3.5.0 introduced NamedTuples.
I think Moncle should add support for them.
Example:

val nt: NamedTuple[("b", "e", "d"), (Boolean, Boolean, Int)] = (b = false, e = true, d = 3)
val ntModified = nt.focus(_.e).replace(true)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions