Skip to content

fuse on array of string #441

@fabienmica

Description

@fabienmica
string[][] data = [["100", "1Y"], ["200", "2Y"], ["300", "3Y"]];  
data.fuse;  

This does not compile, because it goes to char level instead and shape do not match.
I also tried fuseAs!string but does not compile either.

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