MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / ArrayMonoid

Class ArrayMonoid

crates/schema/src/auto_migrate.rs:862–862  ·  view source on GitHub ↗

A monoid that allows running a number of `Any`s in parallel.

Source from the content-addressed store, hash-verified

860
861/// A monoid that allows running a number of `Any`s in parallel.
862struct ArrayMonoid<Monoid, const N: usize>([Monoid; N]);
863
864impl<Monoid, const N: usize> Default for ArrayMonoid<Monoid, N>
865where

Callers 1

auto_migrate_tableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…