Commit graph

1 commit

Author SHA1 Message Date
Andreas Kling
c1a3cf1290 AK: Add FixedBitmap template class for stack-allocated bitmaps
This is a simple bitmap class that stores its data in a fixed-size
array on the stack, avoiding heap allocation for small, known-size
bitmaps.
2026-01-14 11:46:23 +01:00