#Where are the types documented?

3 messages · Page 1 of 1 (latest)

dark charm
#

The programming manual has a section on strong types, but it doesn't actually enumerate the primitive types there. Where can I find a full enumeration of the available primitives?

green iron
dark charm
#

I see int, but I don't see things like Int8, Float32, etc. Where can I find those? It looks like those are aliases to SIMD, but are there aliases for every DType?