Contains standard libraries for ZenCode.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

module.json 834B

1234567891011121314151617
  1. {
  2. "package": "stdlib",
  3. "host": "universal",
  4. "globals": {
  5. "Comparable": {"type": "Definition", "definition": "Comparable"},
  6. "Exception": {"type": "Definition", "definition": "Exception"},
  7. "EqualsComparable": {"type": "Definition", "definition": "EqualsComparable"},
  8. "Hashable": {"type": "Definition", "definition": "Hashable"},
  9. "IllegalArgumentException": {"type": "Definition", "definition": "IllegalArgumentException"},
  10. "Iterable": {"type": "Definition", "definition": "Iterable"},
  11. "Iterator": {"type": "Definition", "definition": "Iterator"},
  12. "List": {"type": "Definition", "definition": "List"},
  13. "StringBuilder": {"type": "Definition", "definition": "StringBuilder"},
  14. "StringBuildable": {"type": "Definition", "definition": "StringBuildable"},
  15. "Result": {"type": "Definition", "definition": "Result"}
  16. }
  17. }