Skip to content

Secondary Indices #71

@ashwin153

Description

@ashwin153

Indexed fields of type F of a struct T are added and removed from an index of type Map[F, Reference[T]] on object creation and deletion. You could search and iterate the index to perform range queries. Related to #72.

struct Foo {
  x: Indexed[String]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions