#65 Sorting nodes

닫힘
caryoscelus6 년 전을 오픈 · 0개의 코멘트
caryoscelus 코멘트됨, 6 년 전

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 년 전에서 이 이슈 언급
로그인하여 이 대화에 참여
로딩중...
취소
저장
아직 콘텐츠가 없습니다.