mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 17:12:55 +02:00
DisjointChunks<T> provides a nice interface over multiple sequential Vector<T>'s, allowing the user to iterate over/index into/slice from said buffers as if they were a single contiguous buffer. To work with views on such objects, DisjointSpans<T> is provided, which has the same behaviour but does not own the underlying objects.
2.0 KiB
2.0 KiB