I can find out is a type is bitstype
with Base.isbits
. Is it possible to find out the size of a bitstype
-type also?
sizeof(dtype)
# or
sizeof(value)
1 Like
I can find out is a type is bitstype
with Base.isbits
. Is it possible to find out the size of a bitstype
-type also?
sizeof(dtype)
# or
sizeof(value)