const TextureHandle, const SpriteFrame = blk: {
const handle = @import("texture_handle.zig");
break :blk .{handle.TextureHandle, handle.SpriteFrame};
};
src\tile_map.zig:3:20: error: expected ';' after declaration
const TextureHandle, const SpriteFrame = blk: {
^
why can i not do aggregate destructoring here?