Good morning #
Good morning
1struct Numbers {
2 normal: u8,
3 u16: u16,
4 usize: usize,
5 isize: isize,
6 i128: i128,
7}
8
9fn normal() {}
10
11fn union() {
12 union union<'union> { union: &'union union<'union>, }
13}
a
Very cool #
Very cool
ngl this css kinda ugly