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

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.

主站蜘蛛池模板: 曲松县| 花莲县| 高清| 营山县| 西城区| 兴安盟| 苍山县| 东宁县| 广宗县| 八宿县| 祁连县| 临汾市| 日喀则市| 库车县| 蚌埠市| 神池县| 秭归县| 锡林郭勒盟| 共和县| 长岭县| 林州市| 根河市| 新丰县| 格尔木市| 太谷县| 威海市| 富民县| 潜山县| 开封县| 兴化市| 五华县| 钦州市| 兰州市| 中卫市| 建水县| 芦山县| 东丽区| 八宿县| 庆安县| 昌黎县| 乃东县|