Prelude

A prelude is a collection of items that are always available in every module in a program.

The standard library prelude is a module defined in the standard library: std::prelude::v1. It is automatically used in every module. It is not possible to disable standard library prelude importing.