fizyk20/generic-array

Is there a way to convert GenericArray<T, N> **into** [T; N] ?

Closed this issue · 2 comments

Is there a way to convert GenericArray **into** [T; N] ?

Looking for this same answer

bdbai commented

Please see this answer: #127 (comment)

Once we get the regular integer value, it is easy to construct an array with that size.