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.