You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed with @gefjon before, in C#, Index.BTree would make more sense than Index(BTree = ...) since it's not like user can specify both Index(BTree = ..., Hash = ...) on one declaration.
But then, it makes sense to change Rust to #[index::btree] as well for consistency.
The text was updated successfully, but these errors were encountered:
As discussed with @gefjon before, in C#,
Index.BTree
would make more sense thanIndex(BTree = ...)
since it's not like user can specify bothIndex(BTree = ..., Hash = ...)
on one declaration.But then, it makes sense to change Rust to
#[index::btree]
as well for consistency.The text was updated successfully, but these errors were encountered: