Elsewhere: https://metamagical.dev
🏳️⚧️🏳️🌈
it|she
מיר װעלן זײ איבערלעבן
bsky.app/profile/did:...
bsky.app/profile/did:...
```rust
trait ResultExt {
type T;
/// if `self` is not [`Result::Ok`], find out
fn fuck_around(self) -> T;
}
impl
type T = T;
#[inline(always)]
fn fuck_around(self) -> T { self.unwrap() }
}
```
```rust
trait ResultExt {
type T;
/// if `self` is not [`Result::Ok`], find out
fn fuck_around(self) -> T;
}
impl
type T = T;
#[inline(always)]
fn fuck_around(self) -> T { self.unwrap() }
}
```
which is... not optimal right now :-/
which is... not optimal right now :-/
(edited because i am not awake yet)
(edited because i am not awake yet)