This library is in flux. APIs may change without notice. Generated from source with koruc 0.1.7 on 9/16/2026.
Grid.stored
~import std/grid.storedKoru Standard Library: the `stored` part of grid.kz.
grid.stored.kz · 1 tors
Koru Standard Library: the `stored` part of grid.kz.
Joined via `~part stored` in grid.kz; merged into the grid module at load.
There is no write EVENT and no envelope. The store routes every write through
one centralizing subflow because that is where reactivity splices; a grid has
nothing to splice, so a write is a write and lowers to an assignment.
// Koru Standard Library: the `stored` part of grid.kz.
// Joined via `~part stored` in grid.kz; merged into the grid module at load.
//
// There is no write EVENT and no envelope. The store routes every write through
// one centralizing subflow because that is where reactivity splices; a grid has
// nothing to splice, so a write is a write and lowers to an assignment.
~[keyword|comptime|transform] pub tor stored {
source: Source,
invocation: *const Invocation,
item: std/compiler:*const Item,
program: std/compiler:*const Program,
reporter: std/compiler:*ErrorReporter,
allocator: std.mem.Allocator
} -> SiteResult