-
This would look something like
```
abstract Foo with
x::Int
y::String
end
```
which will cause every subtype of `Foo` to begin with those fields.
Some parts of the language internals alread…
-
I'm trying to implement my own map-like data structure. I'm using generics where I have a `comparable` type on hand, but I don't have a way to hash it. To workaround it, I'm adding a `Hash() uint64` c…
dsnet updated
17 hours ago
-
Project assignment for Delft University of Technology master course called "[blockchain engineering](https://github.com/Tribler/tribler/issues/7691)".
**Democracy-3 self-evolving blockchain**
- On-c…
-
I will continue the discussion here, until or if @keean can get Github to restore the thread. Luckily I still have a copy of the deleted #35 thread loaded, so I can copy and paste from it. If the orig…
-
# LN Summit 2024 Topics
Tracking issue to collect the topics that folks are interested in discussing during the lightning dev summit in September.
Please submit topics that you would like to dis…
-
https://github.com/tmbdev/teaching-dca
Thomas_Breuel 开授的课程
1.转换成pdf
2.pdf转换成html
3.翻译
-
**Issue by [alanfalloon](https://github.com/alanfalloon)**
_Thursday Apr 24, 2014 at 02:31 GMT_
_For earlier discussion, see https://github.com/rust-lang/rust/issues/13721_
_This issue was labelled…
-
This is more-or-less a continuation of issue #25 (most of which is actually [here](https://github.com/rust-lang/rust/issues/14015)).
# Preface
I don't personally have an urgent need for this fun…
-
### Motivation
Wasm currently lacks any support for _multiple stacks_ of execution and switching between them.
That prevents it from efficiently representing most _control flow abstractions_ that …
-
# Bug Report
### 🔎 Search Terms
variance measurement keyof
base class assignment keyof
### 🕗 Version & Regression Information
- This is the behavior in every version I tried, and I rev…