prelude.carbon 445 B

12345678910111213
  1. // Part of the Carbon Language project, under the Apache License v2.0 with LLVM
  2. // Exceptions. See /LICENSE for license information.
  3. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. //
  5. // AUTOUPDATE
  6. package Core library "prelude";
  7. export import library "prelude/copy";
  8. export import library "prelude/destroy";
  9. export import library "prelude/iterate";
  10. export import library "prelude/operators";
  11. export import library "prelude/types";