Many people that use linux distros like postmarketos on ARM phones also have waydroid for running android apps.
> Fun fact: Bhutan is perhaps the only country in the world without traffic lights! Afaict they have police officers regulating traffic instead. Not much difference in this particular discussion.
I also feel like map[T]struct{} communicates its purpose way better than map[T]bool. When I see a bool I expect it to represent a bit of information, I don't see why using it as a placeholder for "nothing" would be more…
I commented this before but deleted it because I hadn't tested my code properly. Anyway, here is a version that works. You're right Zig isn't quite as powerful, but you don't need type erasure if you have enough…
Many people that use linux distros like postmarketos on ARM phones also have waydroid for running android apps.
> Fun fact: Bhutan is perhaps the only country in the world without traffic lights! Afaict they have police officers regulating traffic instead. Not much difference in this particular discussion.
I also feel like map[T]struct{} communicates its purpose way better than map[T]bool. When I see a bool I expect it to represent a bit of information, I don't see why using it as a placeholder for "nothing" would be more…
I commented this before but deleted it because I hadn't tested my code properly. Anyway, here is a version that works. You're right Zig isn't quite as powerful, but you don't need type erasure if you have enough…