Two questions about representing types in Rune #35
Answered
by
GavinRay97
GavinRay97
asked this question in
Q&A
-
Hiya, I was curious about the following:
For example, the below works, but I have a feeling it's terribly inefficient: fourKbArray = [0u32].resize(4096 * 1024)
// typeof(fourKbArray) = [u32], no static size info %16 = call i32 @Sym1(i32 %15, %struct.runtime_array* @.str1), !dbg !121 Thank you =) |
Beta Was this translation helpful? Give feedback.
Answered by
GavinRay97
Dec 18, 2022
Replies: 1 comment 2 replies
-
The answer to |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
GavinRay97
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The answer to
Is there a type for fixed-sized arrays in Rune?
is given here: