langSpaceship
Combined comparison for JavaScript <=> A <=> B := if A < B then return -1 if A = B then return 0 if A > B then return 1
Name
langSpaceship
Description
Combined comparison for JavaScript <=> A <=> B := if A < B then return -1 if A = B then return 0 if A > B then return 1