Jonathan Chan Kwan Yin
Jonathan Chan Kwan Yin
oh, I see you're talking about a Result not an Option. But it'd be weird to have it Ok/Err, isn't it? I get your motivation of that mapping is the...
@the8472 doesn't that reallocate the whole vector in a new buffer?
> we'd likely also want a way to list files in a directory, though that may be more difficult to integrate into build systems how is this not already possible...
@scottmcm @jgarvin why `#[marker]` in particular, but not empty traits (without any virtual methods) in general?
Whatever you want, don't use the `!` character for more things please. `!matches!()` is terrible enough.
note that match-as-option-and-project (`value!.field`) and match-as-option-and-call (`value!.method()`) have very different semantics from the current `?` followed by `.field`/`.method()` syntax. ```rust struct A { b: B } struct B { c:...
> @SOF3 > > > Whatever you want, don't use the `!` character for more things please. `!matches!()` is terrible enough. > > I agree that `!` is not the...
> @SOF3 > > > I don't understand why it is `foo!.bar!` instead of `foo.bar!`. Can you define precisely if `foo!` is one expression or if `!.` is one operator,...
Why would you create single character files to start with?
> > Why would you create single character files to start with? > > because less characters = more performance kekw Definitely. We need a plugin that bans players with...