We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8fd4d1 commit 0961c0dCopy full SHA for 0961c0d
formats/image.fathom
@@ -15,5 +15,5 @@ def main = {
15
/// The height of the image, in pixels.
16
height <- u32be,
17
/// The pixel data.
18
- pixels <- repeat_len32 (u32_mul width height) pixel, // TODO: binary operators
+ pixels <- repeat_len32 (width * height) pixel,
19
};
0 commit comments