BB
BB
The same happens when I use a struct instead of a type alias: ``` struct TreeIndex {index usize} struct Node { mut: next ?TreeIndex } fn main() { mut node...
What is the situation with this MR? @MattCheely are you still working on it?
> As far as I'm aware I've resolved all of the review comments. I'm just waiting for it to be merged or to get more feedback. Thanks for the update!...
I can do this: ``` item weights = [1, 2, 3, 4] * 10g nth(item weights, 3) ``` Unfortunately your exact request is out of scope and I don't think...
Honestly, I haven't even looked at the code myself for at least a year, so I've already forgotten what the new features are. Fortunately, I've kept the changelog updated, so...
I made accessible the previous version so you can save your data: https://bbodi.github.io/notecalc3/3.0/notecalc
Yes it is my bad sorry. The feature is there, but since I wanted to release the new version with minimal effort, I decided on the mdbook format as a...