| 1234567891011 |
- // Part of the Carbon Language project, under the Apache License v2.0 with LLVM
- // Exceptions. See /LICENSE for license information.
- // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
- package Core library "prelude/operators";
- export import library "prelude/operators/arithmetic";
- export import library "prelude/operators/as";
- export import library "prelude/operators/index";
- export import library "prelude/operators/bitwise";
- export import library "prelude/operators/comparison";
|