objeck / objeck-lang

Objeck is a modern object-oriented programming language with functional features tailored for machine learning. It emphasizes expression, simplicity, portability, and scalability. The programming environment consists of a compiler, virtual machine, REPL shell, and command line debugger with IDE plugins.
https://objeck.org
Other
157 stars 11 forks source link

`Collection.Set` is ordered or unordered? #437

Closed ghost closed 9 months ago

ghost commented 9 months ago

Unordered?

ghost commented 9 months ago

Oh, I'm sorry. It's right in the description!

Ordered set of generic objects.