declare comptime fn assert(expr: bool, msg?: str) throws

declare comptime fn assert_eq(want: any, got: any, msg?: str) throws

declare comptime fn assert_ne(want: any, got: any, msg?: str) throws
