Bananymous
|
a58ac18fa0
|
BAN: Add move constructors to ByteSpan
|
2024-06-18 01:52:02 +03:00 |
Bananymous
|
218456d127
|
BAN: Fix some includes
|
2024-02-08 03:13:21 +02:00 |
Bananymous
|
dfe5a2d665
|
All: Cleanup all files
Add newline to end of files and remove whitespace from end of lines
|
2024-01-24 15:53:38 +02:00 |
Bananymous
|
240d57f4b4
|
BAN: Update bytespan -> span API
|
2023-11-04 18:12:46 +02:00 |
Bananymous
|
d98f84f9d3
|
BAN: Update ByteSpan API
Add ByteSpan::as_span<T> and const versions of as() and as_span()
require T to be const.
|
2023-10-28 22:10:47 +03:00 |
Bananymous
|
3566ddab00
|
BAN: ByteSpan can be sliced without specified size
This will give span with all remaining size after offset
|
2023-10-25 21:41:11 +03:00 |
Bananymous
|
71cad2fc38
|
BAN: Implement ByteSpan
This is a span over exisiting containers/data types. I'm not too
happy with the constructors and assignment operators, but they will
work for now
|
2023-10-20 04:59:29 +03:00 |