banan-os/BAN/include/BAN
Bananymous 6732cabf20 BAN: StringView::Split now accepts a function
Original overload with char is not threadsafe anymore, but I don't
want to duplicate code :)
2022-12-20 11:50:32 +02:00
..
Errors.h BAN: StringView::Split() now precomputes number of elements 2022-12-20 11:37:28 +02:00
Formatter.h BAN: Formatter now passes arguments as const references 2022-12-13 20:43:43 +02:00
Forward.h BAN: Implement more basic functionality 2022-12-13 20:41:32 +02:00
Memory.h BAN: Add allocator/deallocator references for kernel/userspace 2022-12-13 13:40:54 +02:00
Move.h BAN: Implement more basic functionality 2022-12-13 20:41:32 +02:00
Queue.h BAN: Add allocator/deallocator references for kernel/userspace 2022-12-13 13:40:54 +02:00
String.h BAN: overloaded operator== for more types 2022-12-13 20:55:09 +02:00
StringView.h BAN: StringView::Split now accepts a function 2022-12-20 11:50:32 +02:00
Time.h BAN: Fix Time format printing 2022-12-13 21:04:09 +02:00
Vector.h BAN: Vector now has a Has() function 2022-12-20 11:38:29 +02:00