This library is in flux. APIs may change without notice. Generated from source with koruc 0.1.7 on 9/16/2026.
Grid.sweep
~import std/grid.sweepKoru Standard Library: the `sweep` part of grid.kz.
grid.sweep.kz · 1 tors
Koru Standard Library: the `sweep` part of grid.kz.
Joined via `~part sweep` in grid.kz; merged into the grid module at load.
keeps the body Koru all the way down — a nested `std/store:stored`, a
`print.ln`, a guard, all behave exactly as they do anywhere else, because
nothing about them has been moved.
// Koru Standard Library: the `sweep` part of grid.kz.
// Joined via `~part sweep` in grid.kz; merged into the grid module at load.
//
// keeps the body Koru all the way down — a nested `std/store:stored`, a
// `print.ln`, a guard, all behave exactly as they do anywhere else, because
// nothing about them has been moved.
~[keyword|comptime|transform|claims_descendants] pub tor sweep {
expr: Expression,
invocation: *const Invocation,
item: std/compiler:*const Item,
program: std/compiler:*const Program,
reporter: std/compiler:*ErrorReporter,
allocator: std.mem.Allocator
} -> SiteResult