utils.alh 330 B

1234567
  1. String function JSON_print(model : Element)
  2. Element function input_timeout(timeout : Float)
  3. Element function list_reverse(lst : Element)
  4. Element function list_splice(lst : Element, start : Integer, end : Integer)
  5. Void function list_extend(lst : Element, ext : Element)
  6. Void function set_difference(set1 : Element, set2 : Element)