src code

class method SpahQL.DataHelper.ltSet

SpahQL.DataHelper.ltSet(set1, set2) → Boolean result
  • set1 (Array): The value at the left-hand side of the comparator
  • set2 (Array): The value at the right-hand side of the comparator

Compares two sets and returns a result of true if any value in the left-hand set is less than any value from the right-hand set.