-
### Background and motivation
I watched a youtube viedeo and was scrolling in the comment and one guy said :"What I wish C# had was support for algebraic types, which are very powerful and would defi…
-
This is a tracking issue for RFC 2046 (rust-lang/rfcs#2046).
**Steps:**
- [x] Implement the RFC (done in https://github.com/rust-lang/rust/pull/50045)
- [x] Adjust documentation ([see instructi…
-
The current proposed syntax for discriminated unions is
```
| { tag_name: string_1, : T_1_1, ..., : T_1_n_1}
...
| { tag_name: string_k, : T_k_1, ..., : T_k_n_k}
```
whi…
-
# Current state
Currently all queries, of any type, on the state of geometry in the world pass through a single class: `QueryObject`. This includes asking what geometries are in the world, what the…
-
**Submitting author:** @baxmittens (maximilian bittens)
**Repository:** https://github.com/baxmittens/VTUFileHandler
**Branch with paper.md** (empty if default branch):
**Version:** v0.2.0
**Editor:*…
-
If R is a ring equipped with an endomorphism sigma, the ring of skew polynomials over (R,sigma) is the ring of usual polynomials over R with the modified multiplication given by the rule X*a = sigma…
-
Hi @lululxvi
Thank you in advance for your attention and for making this tool available.
I'm trying to solve a complex problem described by a system of partial differential equations and algebr…
-
**Godot version:**
Godot master https://github.com/godotengine/godot/commit/4b549faaab40f09756b644d4ad4d9d63e3b5e70c
**OS/device including version:**
Windows 10
**Issue description:**
…
mrcdk updated
2 years ago
-
Given that this proposal aims to allow WebAssembly be a target for high-level languages, I think that the right way to go with `intref` is to allow a reference to any numeric type (`i32`, `i64`, `f32`…
wingo updated
2 years ago
-
I'd like to implement support for CSR matrices (because they parallelize much better than CSC), and of course these should follow the same design as the current `CsMatrix` and friends. However, upon r…