the types must be comptime-known, is due to trying to create an array type, whose length is part of the type and therefore must be comptime known. Due to count not being comptime known, the array type is no longer comptime known.
3 Likes