官术网_书友最值得收藏!

Conventions

In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.

Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "An anonymous enum declaration does not declare a new type."

A block of code is set as follows:

void healthBasedSwap(int[] squad1, int[] squad2) {
  import std.algorithm : sort, SwapStrategy;
  import std.range : chain;
  squad1.chain(squad2).sort!((a,b) => a > b,
  SwapStrategy.unstable)();
} 

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

void healthBasedSwap(int[] squad1, int[] squad2) {
  import std.algorithm : sort, SwapStrategy;
  import std.range : chain;
  squad1.chain(squad2).sort!((a,b) => a > b,
 SwapStrategy.unstable)();
} 

Any command-line input or output is written as follows:

dmd hello.d

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 信阳市| 固阳县| 彭泽县| 儋州市| 尚义县| 聊城市| 枣强县| 扬中市| 贡嘎县| 阿合奇县| 海林市| 阜南县| 莱西市| 德保县| 枝江市| 防城港市| 保康县| 南丰县| 常州市| 永康市| 南木林县| 鸡泽县| 海原县| 丹棱县| 微山县| 仪征市| 法库县| 陈巴尔虎旗| 芮城县| 洛南县| 黎川县| 仙居县| 小金县| 鹤岗市| 遂宁市| 囊谦县| 济宁市| 静乐县| 辰溪县| 乾安县| 原阳县|