From 7eb60d4ec1c8136aecba57196992ed5265321cfe Mon Sep 17 00:00:00 2001 From: dzaima Date: Mon, 11 Dec 2023 14:20:09 +0200 Subject: [PATCH] correct ElType comment --- src/h.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/h.h b/src/h.h index 9a19a8be..185b4624 100644 --- a/src/h.h +++ b/src/h.h @@ -269,7 +269,7 @@ enum Type { #define IS_SLICE(T) ((T)<=t_f64slice) #define TO_SLICE(T) ((T) + t_hslice - t_harr) // Assumes T!=t_bitarr -enum ElType { // a⌈b shall return the type that can store both, if possible +enum ElType { // if X can store a superset of elements of Y, X > Y el_bit=0, el_i8 =1, el_i16=2,