penguindark
penguindark
> > Why not just use a `map` to make a `Set`? What is/are the use(s) of using a separate type? > > I don't know for sure how `map`...
> Maybe `voidptr` better than `int`? voidptr can be 64bit, int is 32 vbit in V, you can save half the memory for each element. otherwise you can use a...
> Perhaps it makes sense to take not only the type of value, but also the type of key? If this is a pure `set()` I don't think that the...
I'll give a look at it asap in the week, but this function was not write by me ;)
@Delta456 @spytheman in the code the desiderated behaviour was implemented and commented, have any of you an idea of the motivation? atoi.v from line: 156 ```v // TODO: check should...
the proposed fix seems ok and pass all the tests, for me it is ok to merge it 👍
@felipensp tnx for the fix, sorry that you had to dig in the chaotic code of regex 💯 you saved me a lot of time, tnx again
@hungrybluedev Have you any spare time to have a look at this bug?
same error with version 0.2.60