Toon Verwerft
Toon Verwerft
The first issue has been handled in more recent versions. You don't need both keys set anymore. The second issue is harder. The type scope convention part is detached from...
@adri Great, that seems to do the trick! Should have looked better :) When will this bugfix be tagged?
There are quite some methods on the vector interface that don't really apply to sets. It is possible to implement them, but maybe just not as intuitive to use in...
The more I think about it, the less it makes sense to make it apply to the vector interface. It is a separate data structure with its own use-case. Therefore,...
I understood, but those functions inside these collection interfaces don't really cover the set use-case. For example: at(), get(), *Key(), everything position/index based. Those don't make sense for a set....
Alright, I give up and went for the collection approach :') The HSL docs state > Sets only support int values and string values. If a value of a different...
We could use `array_unique` internally instead of the custom `unique_by` function. So it might not be that much of an issue. Part of the performance issue is the unnecessary additional...
Gonna close this PR: I currently don't need this structure anymore and lack some time to finish it up. Feel free to pick it up if you would like to...
Been through the links above: very clear explanations. Haven't really found any typos at this point either 🙂
> @veewee wanna take care of `Fun` and `Regex`? i think you would be better at explaining those. I don't mind, but am a bit limited in OS time the...