Skip to content

Do not serialize fixed-size arrays like tuples #989

@torkleyy

Description

@torkleyy

I'm building a new format, and I'd like tuples to be (a, b, c) and arrays [a, b, c]. Now, it is very confusing that serializing &[i32] gives me [1, 2, 3], but &[i32; 3] gives me (1, 2, 3).

How would I solve that?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions