mirror of
https://github.com/tkuschel/bees.git
synced 2026-04-17 03:37:52 +02:00
Use uint8_t when we mean uint8_t, i.e. vector<uint8_t> instead of vector<char>. Add a template parameter instead of vector so we can swap in a non-copying data type. Signed-off-by: Zygo Blaxell <bees@furryterror.org>