> would be cool to see a `toArray(comptime len): ![n]u8` which could be used directly below _Originally posted by @wemeetagain in https://github.com/ChainSafe/lodestar-z/pull/537#discussion_r3684478399_ We currently have `toSlice()` but not `toArray()`, this would be a useful addition
Originally posted by @wemeetagain in ChainSafe/lodestar-z#537 (comment)
We currently have
toSlice()but nottoArray(), this would be a useful addition