Craig Maloney ☕ ✅ is a user on octodon.social. You can follow them or interact with them if you have an account anywhere in the fediverse. If you don't, you can sign up here.
Craig Maloney ☕ ✅ @craigmaloney

If (reading this) then valid = true;

(for all values of reading)

· Web · 0 · 0

@craigmaloney the rust version:

```
fn valid<T: Reader>(_: T) -> bool {
true
}
```