Me: Is it yet another way to say girl or woman?
WaniKani: ...r u mad at me
Me: Is it yet another way to say girl or woman?
WaniKani: ...r u mad at me
"Haha imagine if Unicode had this, that would be wild"
> Searches for 2 hours
"Wait, but what if it does?"
mfw it does
"Haha imagine if Unicode had this, that would be wild"
> Searches for 2 hours
"Wait, but what if it does?"
mfw it does
the fact i can do a .iter().map() and call methods in the map that can return a Result<T, E> then .collect() that all into a Result<Vec<T>, R> is WILD
the fact i can do a .iter().map() and call methods in the map that can return a Result<T, E> then .collect() that all into a Result<Vec<T>, R> is WILD
i double hate you for the werid error scheme.
man7.org/linux/man-pa...
i double hate you for the werid error scheme.
man7.org/linux/man-pa...
```rust
while if let Some(x) = option_returning_function() {
// call the function over and over and get new x until a None
}
```
```rust
while if let Some(x) = option_returning_function() {
// call the function over and over and get new x until a None
}
```
> add cache
> test is now >2x slower
mfw
> add cache
> test is now >2x slower
mfw