Bananymous
|
4d840a8d9a
|
BAN: Make Array more constexpr
|
2025-04-23 18:40:20 +03:00 |
Bananymous
|
efed67cbd0
|
BAN: Remove unnecessary default constructor from Array
|
2024-03-06 16:01:52 +02:00 |
Bananymous
|
8670364f44
|
BAN: Remove unnecessary include from Array.h
|
2024-03-06 00:01:06 +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
|
daa35aaf7d
|
BAN: Add data() member function to Array
|
2023-04-03 17:00:52 +03:00 |
Bananymous
|
ce3f268075
|
BAN: Implement basic Span
This is wrapper over contiguous block of memory e.g. Vector
|
2023-03-20 13:34:26 +02:00 |
Bananymous
|
8edabaea55
|
BAN: Add iterators to all containers with contiguous memory
|
2023-03-20 13:26:42 +02:00 |
Bananymous
|
9b8de5025a
|
All: rename every function from UpperCamelCase to snake_case
This was a mess since I didn't know which to use but now I decided
to go with snake_case :)
|
2023-02-01 21:05:44 +02:00 |
Bananymous
|
6f9552d673
|
BAN: Add math to its own namespace
|
2023-01-10 19:11:27 +02:00 |
Bananymous
|
ee83cd3430
|
BAN: Implement basic static array
|
2023-01-10 17:52:00 +02:00 |