Post

learntToCode
learntToCode@learntToCode·
My “cursed enum” candidate. Best part is that it may or may not be may. @ChShersh enum class Date_range: int { may = 0, july = 1, june = 2, april = 4, march = 8, august = 16, friday = 32, monday = 64, sunday = 128, january = 256, october = 512, tuesday = 1024, december = 2048, february = 4096, november = 8192, saturday = 16384, thursday = 32768, september = 65536, wednesday = 131072 };
English
2
1
5
687
learntToCode
learntToCode@learntToCode·
I also passive-aggressively made it a signed int even though it has values that are bitset powers of 2. For that extra cursing.
English
0
0
0
39
Paylaş