mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
* Added .hash() functions for vectors * Update test to a non-zero sized vector * Changed vector hash functions to hash the underlying bytes in a char slice, the same approch is used for arrays * Added test for hashed * Updated formatting to be consistant with C3 code style * Formatting, use "self" --------- Co-authored-by: Christoffer Lerno <christoffer@aegik.com>