#65 Sorting nodes

Fermé
Créé il y a 6 ans par caryoscelus · 0 commentaires

Takes untyped list, returns untyped list.

As for comparator, it should be node that:

  • takes arguments a and b (these are filled out by Sort node)
  • returns bool (less)

This isn't best kind of setup though. Ideally we need user-defined nodes for this to work well.

Takes untyped list, returns untyped list. As for comparator, it should be node that: - takes arguments `a` and `b` (these are filled out by Sort node) - returns bool (less) This isn't best kind of setup though. Ideally we need user-defined nodes for this to work well.
caryoscelus a référencé ce problème à partir d'un commit il y a 6 ans
Connectez-vous pour rejoindre cette conversation.
Chargement…
Annuler
Enregistrer
Il n'existe pas encore de contenu.