mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-08 16:12:23 +02:00
By checking a few conditions up front, we can do a very specialized direct access into the underlying byte storage for 8/16/32-bit typed arrays. This relies on the fact that typed arrays are guaranteed to be type-appropriately aligned within the underlying array buffer.