const kvs = block_comptime.sorted_kvs;
[src]
Array of struct { key: []const u8, value: V }
where value
is void{}
if V
is void
. Sorted by key
length.
const kvs = block_comptime.sorted_kvs;
Array of struct { key: []const u8, value: V }
where value
is void{}
if V
is void
. Sorted by key
length.