-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
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]
}
Reactions are currently unavailable