ZenScript main repository
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

module.json 568B

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