This library is in flux. APIs may change without notice. Generated from source with koruc 0.1.7 on 9/16/2026.
Grid.new
~import std/grid.newKoru Standard Library: the `new` part of grid.kz.
grid.new.kz · 1 tors
Koru Standard Library: the `new` part of grid.kz.
Joined via `~part new` in grid.kz; merged into the grid module at load.
GRID.NEW — declare a fixed, positionally-addressed table
// Koru Standard Library: the `new` part of grid.kz.
// Joined via `~part new` in grid.kz; merged into the grid module at load.
//
// GRID.NEW — declare a fixed, positionally-addressed table
~[keyword|comptime|transform] pub tor new {
expr: Expression,
source: Source,
invocation: *const Invocation,
item: std/compiler:*const Item,
program: std/compiler:*const Program,
reporter: std/compiler:*ErrorReporter,
allocator: std.mem.Allocator
} -> SiteResult