#Where are the types documented?
3 messages · Page 1 of 1 (latest)
Those are in the stdlib under builtin, like Int and SIMD is documented in there. Or the index page lists them all out with descriptions https://docs.modular.com/mojo/lib.html
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?