Skip to content

Implement [] operator for direct access to elements of a struct #116

Description

@michael-projectx

A struct:

struct foo {
  key = 1

  struct bar {
    key = 2
  }
}

Should be accessible via cfg['foo']['key'] or cfg['foo']['bar']['key']

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions