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

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.

主站蜘蛛池模板: 盐边县| 临夏市| 都昌县| 方正县| 南昌县| 郯城县| 新余市| 建平县| 黑山县| 太原市| 伊通| 称多县| 岐山县| 东阿县| 平顶山市| 天峨县| 高密市| 阜新市| 上思县| 莱州市| 达拉特旗| 临洮县| 泗水县| 朝阳市| 和平县| 如皋市| 麻阳| 弋阳县| 三原县| 鄂托克前旗| 达拉特旗| 固始县| 岳普湖县| 扬州市| 宝兴县| 新巴尔虎左旗| 海南省| 沧州市| 永修县| 无为县| 夏邑县|