#65 Sorting nodes

已關閉
caryoscelus6 年之前創建 · 0 條評論

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 在代碼提交 6 年之前 中引用了該問題
Sign in to join this conversation.
正在加載...
取消
保存
尚未有任何內容