11 votes, 10 comments. I have the following struct in my code: pub enum Either { Code(u8), Page([u8;256]) } What I'm wondering is how much ...
確定! 回上一頁