Obtain the length of an array type.
This only works on types that represent arrays.
TODO I am unsure if the LLVM documentation mean sequential or array when it states "only works for arrays". Test what happens when the type is a pointer or vector.
See Implementation
Obtain the length of an array type.
This only works on types that represent arrays.
TODO I am unsure if the LLVM documentation mean sequential or array when it states "only works for arrays". Test what happens when the type is a pointer or vector.