Standard library package
The Gleam standard library is a regular Gleam package that has been published to the Hex package repository. You could opt to not use if you wish, though almost all Gleam projects depend on it.
Gleam 標準ライブラリは、Hex パッケージリポジトリに公開されている通常の Gleam パッケージです。ほとんどの Gleam プロジェクトが標準ライブラリに依存していますが、望む場合にはそれらを使用しないこともできます。
All of the modules imported so far in this guide, such as
gleam/io
, are from the standard library.
gleam/io
など、このガイドでこれまでにインポートしたモジュールは全て標準ライブラリのものです。
All of the documentation for the standard library is available on HexDocs. We will go over some of the most commonly used modules now.
標準ライブラリのドキュメントはすべて HexDocs にあります。これから、よく使われるモジュールについて説明します。