ZenScript main repository
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

module.json 446B

1234567891011
  1. {
  2. "package": "stdlib",
  3. "host": "universal",
  4. "globals": {
  5. "Comparable": {"type": "Definition", "definition": "Comparable"},
  6. "Exception": {"type": "Definition", "definition": "Exception"},
  7. "IllegalArgumentException": {"type": "Definition", "definition": "IllegalArgumentException"},
  8. "StringBuilder": {"type": "Definition", "definition": "StringBuilder"},
  9. "StringBuildable": {"type": "Definition", "definition": "StringBuildable"}
  10. }
  11. }