Crate spacetimedb_primitives

source ·

Macros§

  • Constructs a ColList like so col_list![0, 2].

Structs§

Enums§

Unions§

  • This represents a non-empty list of ColId but packed into a u64 in a way that takes advantage of the fact that in almost all cases, we won’t store a ColId larger than 62. In the rare case that we store larger ids, we fall back to a thin vec approach.