Record updates

The record update syntax can be used to create a new record from an existing one of the same type, but with some fields changed.

レコードアップデート構文を使用すると、同じ型の既存レコードから、一部のフィールドを変更した新しいレコードを作成できます。

Gleam is an immutable language, so using the record update syntax does not mutate or otherwise change the original record.

Gleam はイミュータブル言語なので、レコードアップデート構文を使用しても、元のレコードが変化したり変更されることはありません。