Max Graey

Results 346 comments of Max Graey

> @MaxGraey have you read previous comments in this thread? Oh no, I missed this! Sorry. Regarding rest part I agree that context dependent type via "exclusive or" is not...

Another variant just make this works as expected πŸ˜‚ ```ts function sum(a: T, b: U) { return a + b; } ```

```ts function sum( a: T, b: U ): U extends number ? number : string { return a + b; } let x: number | string = 5; let y:...

@mourner Another simple improvement which I see is build iterative subdivision only for one side and copy this side to rest 11 places used rotation and remove common vertices on...

I was happy to help @Dou2ble improve them Rust code, even though @Dou2ble is not a huge fan of anime (especially [Madoka](https://github.com/rust-lang/rust/search?utf8=%E2%9C%93&q=madoka&type=)), furies, hentai, and femboys. But the Rust community...

I guess @chicoxyzzy mean mixed `Number` (binary 64-bits floats) with `BigDecimal` (decimal floats with arbitrary precision). This definitely shouldn't be possible implicitly.

Exactly. The same way as we do this for mixing `BigInt` with `Number` nowadays.

@dcodeIO could you take a look please?

Ok, what is the best place e to put this into doc?