Skip to content

Literals for HashMap #22

@sbohmann

Description

@sbohmann

Similar to struct literals but with keys evaluated

let key = 'x'
let result = map {
    1: 2,
    'Hi!': struct { name: 'Some name' },
    key: 123
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions