Design of MultiReader?
Ziggit
Design of MultiReader?
Why is MultiReader designed the way it is? Why contexts: [n][@sizeOf(Context)]u8 align(@alignOf(Context)) and not just contexts: [n]Context Why the stuff with casting Buffer to Streams that hides the data? - I just realized this is probably to avoid MultiReader having to be generic, or is there something else?
0 comments
No comments yet.