make gitbook
This commit is contained in:
@ -1,52 +1,38 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html lang="en-US" manifest="../manifest.appcache">
|
||||
|
||||
<head prefix="og: http://ogp.me/ns# book: http://ogp.me/ns/book#">
|
||||
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<title>《The Swift Programming Language》中文版</title>
|
||||
|
||||
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
|
||||
<meta name="robots" content="index, follow">
|
||||
<meta name="author" content="">
|
||||
<meta name="description" content="Swift 兴趣交流群:307017261Swift 开发者社区">
|
||||
<meta name="keywords" content="gitbook,github" >
|
||||
<meta name="generator" content="www.gitbook.io">
|
||||
|
||||
|
||||
<link rel="next" href="../chapter3/02_Lexical_Structure.html" />
|
||||
|
||||
|
||||
<link rel="prev" href="../chapter3/chapter3.html" />
|
||||
|
||||
|
||||
<meta property="og:title" content="关于语言参考 | The Swift Programming Language 中文版">
|
||||
<meta property="og:site_name" content="The Swift Programming Language 中文版">
|
||||
<meta property="og:type" content="book">
|
||||
<meta property="og:locale" content="en_US">
|
||||
|
||||
<meta property="book:author" content="https://github.com/">
|
||||
<meta property="book:tag" content="GitBook">
|
||||
|
||||
<meta name="description" content="">
|
||||
<meta name="generator" content="GitBook 0.5.2">
|
||||
<meta name="HandheldFriendly" content="true"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
|
||||
<link rel="shortcut icon" href="../gitbook/images/favicon.ico" type="image/x-icon">
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="next" href="../chapter3/02_Lexical_Structure.html" />
|
||||
|
||||
|
||||
<link rel="prev" href="../chapter3/chapter3.html" />
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="../gitbook/style.css">
|
||||
|
||||
<link rel="stylesheet" href="../gitbook/style.css">
|
||||
|
||||
|
||||
|
||||
<div class="book" data-level="3.1" data-basepath=".." data-revision="1402872701141">
|
||||
<div class="book" data-level="3.1" data-basepath=".." data-revision="1402896972964">
|
||||
<div class="book-header">
|
||||
<!-- Actions Left -->
|
||||
<a href="#" class="btn pull-left toggle-summary" aria-label="Toggle summary"><i class="fa fa-align-justify"></i></a>
|
||||
@ -331,7 +317,7 @@
|
||||
<li class="chapter " data-level="2.19" data-path="chapter2/19_Nested_Types.html">
|
||||
|
||||
<a href="../chapter2/19_Nested_Types.html">
|
||||
<i class="fa fa-check"></i> <b>2.19.</b> 类型嵌套
|
||||
<i class="fa fa-check"></i> <b>2.19.</b> 嵌套类型
|
||||
</a>
|
||||
|
||||
|
||||
@ -534,7 +520,7 @@
|
||||
|
||||
<a href="../chapter2/18_Type_Casting.html" title="类型检查" class="chapter done " data-progress="2.18" style="left: 36.8421052631579%;"></a>
|
||||
|
||||
<a href="../chapter2/19_Nested_Types.html" title="类型嵌套" class="chapter done " data-progress="2.19" style="left: 39.473684210526315%;"></a>
|
||||
<a href="../chapter2/19_Nested_Types.html" title="嵌套类型" class="chapter done " data-progress="2.19" style="left: 39.473684210526315%;"></a>
|
||||
|
||||
<a href="../chapter2/02_Basic_Operators.html" title="基本运算符" class="chapter done " data-progress="2.2" style="left: 42.10526315789474%;"></a>
|
||||
|
||||
@ -637,16 +623,8 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="http://cdn.bootcss.com/ace/1.1.3/ace.js"></script>
|
||||
<script src="http://cdn.bootcss.com/ace/1.1.3/mode-javascript.js"></script>
|
||||
<script src="../gitbook/jsrepl/jsrepl.js" id="jsrepl-script"></script>
|
||||
<script src="../gitbook/app.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="../gitbook/plugins/gitbook-plugin-mixpanel/plugin.js"></script>
|
||||
|
||||
<script src="../gitbook/jsrepl/jsrepl.js" id="jsrepl-script"></script>
|
||||
<script src="../gitbook/app.js"></script>
|
||||
|
||||
|
||||
<script src="http://cdn.mathjax.org/mathjax/2.0-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
||||
|
||||
@ -1,52 +1,38 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html lang="en-US" manifest="../manifest.appcache">
|
||||
|
||||
<head prefix="og: http://ogp.me/ns# book: http://ogp.me/ns/book#">
|
||||
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<title>《The Swift Programming Language》中文版</title>
|
||||
|
||||
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
|
||||
<meta name="robots" content="index, follow">
|
||||
<meta name="author" content="">
|
||||
<meta name="description" content="Swift 兴趣交流群:307017261Swift 开发者社区">
|
||||
<meta name="keywords" content="gitbook,github" >
|
||||
<meta name="generator" content="www.gitbook.io">
|
||||
|
||||
|
||||
<link rel="next" href="../chapter3/03_Types.html" />
|
||||
|
||||
|
||||
<link rel="prev" href="../chapter3/01_About_the_Language_Reference.html" />
|
||||
|
||||
|
||||
<meta property="og:title" content="词法结构 | The Swift Programming Language 中文版">
|
||||
<meta property="og:site_name" content="The Swift Programming Language 中文版">
|
||||
<meta property="og:type" content="book">
|
||||
<meta property="og:locale" content="en_US">
|
||||
|
||||
<meta property="book:author" content="https://github.com/">
|
||||
<meta property="book:tag" content="GitBook">
|
||||
|
||||
<meta name="description" content="">
|
||||
<meta name="generator" content="GitBook 0.5.2">
|
||||
<meta name="HandheldFriendly" content="true"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
|
||||
<link rel="shortcut icon" href="../gitbook/images/favicon.ico" type="image/x-icon">
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="next" href="../chapter3/03_Types.html" />
|
||||
|
||||
|
||||
<link rel="prev" href="../chapter3/01_About_the_Language_Reference.html" />
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="../gitbook/style.css">
|
||||
|
||||
<link rel="stylesheet" href="../gitbook/style.css">
|
||||
|
||||
|
||||
|
||||
<div class="book" data-level="3.2" data-basepath=".." data-revision="1402872701141">
|
||||
<div class="book" data-level="3.2" data-basepath=".." data-revision="1402896972964">
|
||||
<div class="book-header">
|
||||
<!-- Actions Left -->
|
||||
<a href="#" class="btn pull-left toggle-summary" aria-label="Toggle summary"><i class="fa fa-align-justify"></i></a>
|
||||
@ -331,7 +317,7 @@
|
||||
<li class="chapter " data-level="2.19" data-path="chapter2/19_Nested_Types.html">
|
||||
|
||||
<a href="../chapter2/19_Nested_Types.html">
|
||||
<i class="fa fa-check"></i> <b>2.19.</b> 类型嵌套
|
||||
<i class="fa fa-check"></i> <b>2.19.</b> 嵌套类型
|
||||
</a>
|
||||
|
||||
|
||||
@ -534,7 +520,7 @@
|
||||
|
||||
<a href="../chapter2/18_Type_Casting.html" title="类型检查" class="chapter done " data-progress="2.18" style="left: 36.8421052631579%;"></a>
|
||||
|
||||
<a href="../chapter2/19_Nested_Types.html" title="类型嵌套" class="chapter done " data-progress="2.19" style="left: 39.473684210526315%;"></a>
|
||||
<a href="../chapter2/19_Nested_Types.html" title="嵌套类型" class="chapter done " data-progress="2.19" style="left: 39.473684210526315%;"></a>
|
||||
|
||||
<a href="../chapter2/02_Basic_Operators.html" title="基本运算符" class="chapter done " data-progress="2.2" style="left: 42.10526315789474%;"></a>
|
||||
|
||||
@ -732,16 +718,8 @@ var x = 3; "1 2 \(x)"
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="http://cdn.bootcss.com/ace/1.1.3/ace.js"></script>
|
||||
<script src="http://cdn.bootcss.com/ace/1.1.3/mode-javascript.js"></script>
|
||||
<script src="../gitbook/jsrepl/jsrepl.js" id="jsrepl-script"></script>
|
||||
<script src="../gitbook/app.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="../gitbook/plugins/gitbook-plugin-mixpanel/plugin.js"></script>
|
||||
|
||||
<script src="../gitbook/jsrepl/jsrepl.js" id="jsrepl-script"></script>
|
||||
<script src="../gitbook/app.js"></script>
|
||||
|
||||
|
||||
<script src="http://cdn.mathjax.org/mathjax/2.0-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
||||
|
||||
@ -1,52 +1,38 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html lang="en-US" manifest="../manifest.appcache">
|
||||
|
||||
<head prefix="og: http://ogp.me/ns# book: http://ogp.me/ns/book#">
|
||||
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<title>《The Swift Programming Language》中文版</title>
|
||||
|
||||
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
|
||||
<meta name="robots" content="index, follow">
|
||||
<meta name="author" content="">
|
||||
<meta name="description" content="Swift 兴趣交流群:307017261Swift 开发者社区">
|
||||
<meta name="keywords" content="gitbook,github" >
|
||||
<meta name="generator" content="www.gitbook.io">
|
||||
|
||||
|
||||
<link rel="next" href="../chapter3/04_Expressions.html" />
|
||||
|
||||
|
||||
<link rel="prev" href="../chapter3/02_Lexical_Structure.html" />
|
||||
|
||||
|
||||
<meta property="og:title" content="类型 | The Swift Programming Language 中文版">
|
||||
<meta property="og:site_name" content="The Swift Programming Language 中文版">
|
||||
<meta property="og:type" content="book">
|
||||
<meta property="og:locale" content="en_US">
|
||||
|
||||
<meta property="book:author" content="https://github.com/">
|
||||
<meta property="book:tag" content="GitBook">
|
||||
|
||||
<meta name="description" content="">
|
||||
<meta name="generator" content="GitBook 0.5.2">
|
||||
<meta name="HandheldFriendly" content="true"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
|
||||
<link rel="shortcut icon" href="../gitbook/images/favicon.ico" type="image/x-icon">
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="next" href="../chapter3/04_Expressions.html" />
|
||||
|
||||
|
||||
<link rel="prev" href="../chapter3/02_Lexical_Structure.html" />
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="../gitbook/style.css">
|
||||
|
||||
<link rel="stylesheet" href="../gitbook/style.css">
|
||||
|
||||
|
||||
|
||||
<div class="book" data-level="3.3" data-basepath=".." data-revision="1402872701141">
|
||||
<div class="book" data-level="3.3" data-basepath=".." data-revision="1402896972964">
|
||||
<div class="book-header">
|
||||
<!-- Actions Left -->
|
||||
<a href="#" class="btn pull-left toggle-summary" aria-label="Toggle summary"><i class="fa fa-align-justify"></i></a>
|
||||
@ -331,7 +317,7 @@
|
||||
<li class="chapter " data-level="2.19" data-path="chapter2/19_Nested_Types.html">
|
||||
|
||||
<a href="../chapter2/19_Nested_Types.html">
|
||||
<i class="fa fa-check"></i> <b>2.19.</b> 类型嵌套
|
||||
<i class="fa fa-check"></i> <b>2.19.</b> 嵌套类型
|
||||
</a>
|
||||
|
||||
|
||||
@ -534,7 +520,7 @@
|
||||
|
||||
<a href="../chapter2/18_Type_Casting.html" title="类型检查" class="chapter done " data-progress="2.18" style="left: 36.8421052631579%;"></a>
|
||||
|
||||
<a href="../chapter2/19_Nested_Types.html" title="类型嵌套" class="chapter done " data-progress="2.19" style="left: 39.473684210526315%;"></a>
|
||||
<a href="../chapter2/19_Nested_Types.html" title="嵌套类型" class="chapter done " data-progress="2.19" style="left: 39.473684210526315%;"></a>
|
||||
|
||||
<a href="../chapter2/02_Basic_Operators.html" title="基本运算符" class="chapter done " data-progress="2.2" style="left: 42.10526315789474%;"></a>
|
||||
|
||||
@ -809,16 +795,8 @@ let eFloat: Float = 2.71828 // The type of eFloat is Float.
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="http://cdn.bootcss.com/ace/1.1.3/ace.js"></script>
|
||||
<script src="http://cdn.bootcss.com/ace/1.1.3/mode-javascript.js"></script>
|
||||
<script src="../gitbook/jsrepl/jsrepl.js" id="jsrepl-script"></script>
|
||||
<script src="../gitbook/app.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="../gitbook/plugins/gitbook-plugin-mixpanel/plugin.js"></script>
|
||||
|
||||
<script src="../gitbook/jsrepl/jsrepl.js" id="jsrepl-script"></script>
|
||||
<script src="../gitbook/app.js"></script>
|
||||
|
||||
|
||||
<script src="http://cdn.mathjax.org/mathjax/2.0-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
||||
|
||||
@ -1,52 +1,38 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html lang="en-US" manifest="../manifest.appcache">
|
||||
|
||||
<head prefix="og: http://ogp.me/ns# book: http://ogp.me/ns/book#">
|
||||
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<title>《The Swift Programming Language》中文版</title>
|
||||
|
||||
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
|
||||
<meta name="robots" content="index, follow">
|
||||
<meta name="author" content="">
|
||||
<meta name="description" content="Swift 兴趣交流群:307017261Swift 开发者社区">
|
||||
<meta name="keywords" content="gitbook,github" >
|
||||
<meta name="generator" content="www.gitbook.io">
|
||||
|
||||
|
||||
<link rel="next" href="../chapter3/10_Statements.html" />
|
||||
|
||||
|
||||
<link rel="prev" href="../chapter3/03_Types.html" />
|
||||
|
||||
|
||||
<meta property="og:title" content="表达式 | The Swift Programming Language 中文版">
|
||||
<meta property="og:site_name" content="The Swift Programming Language 中文版">
|
||||
<meta property="og:type" content="book">
|
||||
<meta property="og:locale" content="en_US">
|
||||
|
||||
<meta property="book:author" content="https://github.com/">
|
||||
<meta property="book:tag" content="GitBook">
|
||||
|
||||
<meta name="description" content="">
|
||||
<meta name="generator" content="GitBook 0.5.2">
|
||||
<meta name="HandheldFriendly" content="true"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
|
||||
<link rel="shortcut icon" href="../gitbook/images/favicon.ico" type="image/x-icon">
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="next" href="../chapter3/10_Statements.html" />
|
||||
|
||||
|
||||
<link rel="prev" href="../chapter3/03_Types.html" />
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="../gitbook/style.css">
|
||||
|
||||
<link rel="stylesheet" href="../gitbook/style.css">
|
||||
|
||||
|
||||
|
||||
<div class="book" data-level="3.4" data-basepath=".." data-revision="1402872701141">
|
||||
<div class="book" data-level="3.4" data-basepath=".." data-revision="1402896972964">
|
||||
<div class="book-header">
|
||||
<!-- Actions Left -->
|
||||
<a href="#" class="btn pull-left toggle-summary" aria-label="Toggle summary"><i class="fa fa-align-justify"></i></a>
|
||||
@ -331,7 +317,7 @@
|
||||
<li class="chapter " data-level="2.19" data-path="chapter2/19_Nested_Types.html">
|
||||
|
||||
<a href="../chapter2/19_Nested_Types.html">
|
||||
<i class="fa fa-check"></i> <b>2.19.</b> 类型嵌套
|
||||
<i class="fa fa-check"></i> <b>2.19.</b> 嵌套类型
|
||||
</a>
|
||||
|
||||
|
||||
@ -534,7 +520,7 @@
|
||||
|
||||
<a href="../chapter2/18_Type_Casting.html" title="类型检查" class="chapter done " data-progress="2.18" style="left: 36.8421052631579%;"></a>
|
||||
|
||||
<a href="../chapter2/19_Nested_Types.html" title="类型嵌套" class="chapter done " data-progress="2.19" style="left: 39.473684210526315%;"></a>
|
||||
<a href="../chapter2/19_Nested_Types.html" title="嵌套类型" class="chapter done " data-progress="2.19" style="left: 39.473684210526315%;"></a>
|
||||
|
||||
<a href="../chapter2/02_Basic_Operators.html" title="基本运算符" class="chapter done " data-progress="2.2" style="left: 42.10526315789474%;"></a>
|
||||
|
||||
@ -1127,16 +1113,8 @@ var result: Bool? = c?.property.performAction()
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="http://cdn.bootcss.com/ace/1.1.3/ace.js"></script>
|
||||
<script src="http://cdn.bootcss.com/ace/1.1.3/mode-javascript.js"></script>
|
||||
<script src="../gitbook/jsrepl/jsrepl.js" id="jsrepl-script"></script>
|
||||
<script src="../gitbook/app.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="../gitbook/plugins/gitbook-plugin-mixpanel/plugin.js"></script>
|
||||
|
||||
<script src="../gitbook/jsrepl/jsrepl.js" id="jsrepl-script"></script>
|
||||
<script src="../gitbook/app.js"></script>
|
||||
|
||||
|
||||
<script src="http://cdn.mathjax.org/mathjax/2.0-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
||||
|
||||
@ -1,52 +1,38 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html lang="en-US" manifest="../manifest.appcache">
|
||||
|
||||
<head prefix="og: http://ogp.me/ns# book: http://ogp.me/ns/book#">
|
||||
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<title>《The Swift Programming Language》中文版</title>
|
||||
|
||||
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
|
||||
<meta name="robots" content="index, follow">
|
||||
<meta name="author" content="">
|
||||
<meta name="description" content="Swift 兴趣交流群:307017261Swift 开发者社区">
|
||||
<meta name="keywords" content="gitbook,github" >
|
||||
<meta name="generator" content="www.gitbook.io">
|
||||
|
||||
|
||||
<link rel="next" href="../chapter3/06_Attributes.html" />
|
||||
|
||||
|
||||
<link rel="prev" href="../chapter3/10_Statements.html" />
|
||||
|
||||
|
||||
<meta property="og:title" content="声明 | The Swift Programming Language 中文版">
|
||||
<meta property="og:site_name" content="The Swift Programming Language 中文版">
|
||||
<meta property="og:type" content="book">
|
||||
<meta property="og:locale" content="en_US">
|
||||
|
||||
<meta property="book:author" content="https://github.com/">
|
||||
<meta property="book:tag" content="GitBook">
|
||||
|
||||
<meta name="description" content="">
|
||||
<meta name="generator" content="GitBook 0.5.2">
|
||||
<meta name="HandheldFriendly" content="true"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
|
||||
<link rel="shortcut icon" href="../gitbook/images/favicon.ico" type="image/x-icon">
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="next" href="../chapter3/06_Attributes.html" />
|
||||
|
||||
|
||||
<link rel="prev" href="../chapter3/10_Statements.html" />
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="../gitbook/style.css">
|
||||
|
||||
<link rel="stylesheet" href="../gitbook/style.css">
|
||||
|
||||
|
||||
|
||||
<div class="book" data-level="3.6" data-basepath=".." data-revision="1402872701141">
|
||||
<div class="book" data-level="3.6" data-basepath=".." data-revision="1402896972964">
|
||||
<div class="book-header">
|
||||
<!-- Actions Left -->
|
||||
<a href="#" class="btn pull-left toggle-summary" aria-label="Toggle summary"><i class="fa fa-align-justify"></i></a>
|
||||
@ -331,7 +317,7 @@
|
||||
<li class="chapter " data-level="2.19" data-path="chapter2/19_Nested_Types.html">
|
||||
|
||||
<a href="../chapter2/19_Nested_Types.html">
|
||||
<i class="fa fa-check"></i> <b>2.19.</b> 类型嵌套
|
||||
<i class="fa fa-check"></i> <b>2.19.</b> 嵌套类型
|
||||
</a>
|
||||
|
||||
|
||||
@ -534,7 +520,7 @@
|
||||
|
||||
<a href="../chapter2/18_Type_Casting.html" title="类型检查" class="chapter done " data-progress="2.18" style="left: 36.8421052631579%;"></a>
|
||||
|
||||
<a href="../chapter2/19_Nested_Types.html" title="类型嵌套" class="chapter done " data-progress="2.19" style="left: 39.473684210526315%;"></a>
|
||||
<a href="../chapter2/19_Nested_Types.html" title="嵌套类型" class="chapter done " data-progress="2.19" style="left: 39.473684210526315%;"></a>
|
||||
|
||||
<a href="../chapter2/02_Basic_Operators.html" title="基本运算符" class="chapter done " data-progress="2.2" style="left: 42.10526315789474%;"></a>
|
||||
|
||||
@ -1131,16 +1117,8 @@ type-inheritance-clause是一个只包含协议列表的扩展声明。</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="http://cdn.bootcss.com/ace/1.1.3/ace.js"></script>
|
||||
<script src="http://cdn.bootcss.com/ace/1.1.3/mode-javascript.js"></script>
|
||||
<script src="../gitbook/jsrepl/jsrepl.js" id="jsrepl-script"></script>
|
||||
<script src="../gitbook/app.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="../gitbook/plugins/gitbook-plugin-mixpanel/plugin.js"></script>
|
||||
|
||||
<script src="../gitbook/jsrepl/jsrepl.js" id="jsrepl-script"></script>
|
||||
<script src="../gitbook/app.js"></script>
|
||||
|
||||
|
||||
<script src="http://cdn.mathjax.org/mathjax/2.0-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
||||
|
||||
@ -1,52 +1,38 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html lang="en-US" manifest="../manifest.appcache">
|
||||
|
||||
<head prefix="og: http://ogp.me/ns# book: http://ogp.me/ns/book#">
|
||||
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<title>《The Swift Programming Language》中文版</title>
|
||||
|
||||
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
|
||||
<meta name="robots" content="index, follow">
|
||||
<meta name="author" content="">
|
||||
<meta name="description" content="Swift 兴趣交流群:307017261Swift 开发者社区">
|
||||
<meta name="keywords" content="gitbook,github" >
|
||||
<meta name="generator" content="www.gitbook.io">
|
||||
|
||||
|
||||
<link rel="next" href="../chapter3/07_Patterns.html" />
|
||||
|
||||
|
||||
<link rel="prev" href="../chapter3/05_Declarations.html" />
|
||||
|
||||
|
||||
<meta property="og:title" content="特性 | The Swift Programming Language 中文版">
|
||||
<meta property="og:site_name" content="The Swift Programming Language 中文版">
|
||||
<meta property="og:type" content="book">
|
||||
<meta property="og:locale" content="en_US">
|
||||
|
||||
<meta property="book:author" content="https://github.com/">
|
||||
<meta property="book:tag" content="GitBook">
|
||||
|
||||
<meta name="description" content="">
|
||||
<meta name="generator" content="GitBook 0.5.2">
|
||||
<meta name="HandheldFriendly" content="true"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
|
||||
<link rel="shortcut icon" href="../gitbook/images/favicon.ico" type="image/x-icon">
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="next" href="../chapter3/07_Patterns.html" />
|
||||
|
||||
|
||||
<link rel="prev" href="../chapter3/05_Declarations.html" />
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="../gitbook/style.css">
|
||||
|
||||
<link rel="stylesheet" href="../gitbook/style.css">
|
||||
|
||||
|
||||
|
||||
<div class="book" data-level="3.7" data-basepath=".." data-revision="1402872701141">
|
||||
<div class="book" data-level="3.7" data-basepath=".." data-revision="1402896972964">
|
||||
<div class="book-header">
|
||||
<!-- Actions Left -->
|
||||
<a href="#" class="btn pull-left toggle-summary" aria-label="Toggle summary"><i class="fa fa-align-justify"></i></a>
|
||||
@ -331,7 +317,7 @@
|
||||
<li class="chapter " data-level="2.19" data-path="chapter2/19_Nested_Types.html">
|
||||
|
||||
<a href="../chapter2/19_Nested_Types.html">
|
||||
<i class="fa fa-check"></i> <b>2.19.</b> 类型嵌套
|
||||
<i class="fa fa-check"></i> <b>2.19.</b> 嵌套类型
|
||||
</a>
|
||||
|
||||
|
||||
@ -534,7 +520,7 @@
|
||||
|
||||
<a href="../chapter2/18_Type_Casting.html" title="类型检查" class="chapter done " data-progress="2.18" style="left: 36.8421052631579%;"></a>
|
||||
|
||||
<a href="../chapter2/19_Nested_Types.html" title="类型嵌套" class="chapter done " data-progress="2.19" style="left: 39.473684210526315%;"></a>
|
||||
<a href="../chapter2/19_Nested_Types.html" title="嵌套类型" class="chapter done " data-progress="2.19" style="left: 39.473684210526315%;"></a>
|
||||
|
||||
<a href="../chapter2/02_Basic_Operators.html" title="基本运算符" class="chapter done " data-progress="2.2" style="left: 42.10526315789474%;"></a>
|
||||
|
||||
@ -677,16 +663,8 @@ class ExampleClass {
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="http://cdn.bootcss.com/ace/1.1.3/ace.js"></script>
|
||||
<script src="http://cdn.bootcss.com/ace/1.1.3/mode-javascript.js"></script>
|
||||
<script src="../gitbook/jsrepl/jsrepl.js" id="jsrepl-script"></script>
|
||||
<script src="../gitbook/app.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="../gitbook/plugins/gitbook-plugin-mixpanel/plugin.js"></script>
|
||||
|
||||
<script src="../gitbook/jsrepl/jsrepl.js" id="jsrepl-script"></script>
|
||||
<script src="../gitbook/app.js"></script>
|
||||
|
||||
|
||||
<script src="http://cdn.mathjax.org/mathjax/2.0-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
||||
|
||||
@ -1,52 +1,38 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html lang="en-US" manifest="../manifest.appcache">
|
||||
|
||||
<head prefix="og: http://ogp.me/ns# book: http://ogp.me/ns/book#">
|
||||
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<title>《The Swift Programming Language》中文版</title>
|
||||
|
||||
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
|
||||
<meta name="robots" content="index, follow">
|
||||
<meta name="author" content="">
|
||||
<meta name="description" content="Swift 兴趣交流群:307017261Swift 开发者社区">
|
||||
<meta name="keywords" content="gitbook,github" >
|
||||
<meta name="generator" content="www.gitbook.io">
|
||||
|
||||
|
||||
<link rel="next" href="../chapter3/08_Generic_Parameters_and_Arguments.html" />
|
||||
|
||||
|
||||
<link rel="prev" href="../chapter3/06_Attributes.html" />
|
||||
|
||||
|
||||
<meta property="og:title" content="模式 | The Swift Programming Language 中文版">
|
||||
<meta property="og:site_name" content="The Swift Programming Language 中文版">
|
||||
<meta property="og:type" content="book">
|
||||
<meta property="og:locale" content="en_US">
|
||||
|
||||
<meta property="book:author" content="https://github.com/">
|
||||
<meta property="book:tag" content="GitBook">
|
||||
|
||||
<meta name="description" content="">
|
||||
<meta name="generator" content="GitBook 0.5.2">
|
||||
<meta name="HandheldFriendly" content="true"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
|
||||
<link rel="shortcut icon" href="../gitbook/images/favicon.ico" type="image/x-icon">
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="next" href="../chapter3/08_Generic_Parameters_and_Arguments.html" />
|
||||
|
||||
|
||||
<link rel="prev" href="../chapter3/06_Attributes.html" />
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="../gitbook/style.css">
|
||||
|
||||
<link rel="stylesheet" href="../gitbook/style.css">
|
||||
|
||||
|
||||
|
||||
<div class="book" data-level="3.8" data-basepath=".." data-revision="1402872701141">
|
||||
<div class="book" data-level="3.8" data-basepath=".." data-revision="1402896972964">
|
||||
<div class="book-header">
|
||||
<!-- Actions Left -->
|
||||
<a href="#" class="btn pull-left toggle-summary" aria-label="Toggle summary"><i class="fa fa-align-justify"></i></a>
|
||||
@ -331,7 +317,7 @@
|
||||
<li class="chapter " data-level="2.19" data-path="chapter2/19_Nested_Types.html">
|
||||
|
||||
<a href="../chapter2/19_Nested_Types.html">
|
||||
<i class="fa fa-check"></i> <b>2.19.</b> 类型嵌套
|
||||
<i class="fa fa-check"></i> <b>2.19.</b> 嵌套类型
|
||||
</a>
|
||||
|
||||
|
||||
@ -534,7 +520,7 @@
|
||||
|
||||
<a href="../chapter2/18_Type_Casting.html" title="类型检查" class="chapter done " data-progress="2.18" style="left: 36.8421052631579%;"></a>
|
||||
|
||||
<a href="../chapter2/19_Nested_Types.html" title="类型嵌套" class="chapter done " data-progress="2.19" style="left: 39.473684210526315%;"></a>
|
||||
<a href="../chapter2/19_Nested_Types.html" title="嵌套类型" class="chapter done " data-progress="2.19" style="left: 39.473684210526315%;"></a>
|
||||
|
||||
<a href="../chapter2/02_Basic_Operators.html" title="基本运算符" class="chapter done " data-progress="2.2" style="left: 42.10526315789474%;"></a>
|
||||
|
||||
@ -735,16 +721,8 @@ default:
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="http://cdn.bootcss.com/ace/1.1.3/ace.js"></script>
|
||||
<script src="http://cdn.bootcss.com/ace/1.1.3/mode-javascript.js"></script>
|
||||
<script src="../gitbook/jsrepl/jsrepl.js" id="jsrepl-script"></script>
|
||||
<script src="../gitbook/app.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="../gitbook/plugins/gitbook-plugin-mixpanel/plugin.js"></script>
|
||||
|
||||
<script src="../gitbook/jsrepl/jsrepl.js" id="jsrepl-script"></script>
|
||||
<script src="../gitbook/app.js"></script>
|
||||
|
||||
|
||||
<script src="http://cdn.mathjax.org/mathjax/2.0-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
||||
|
||||
@ -1,52 +1,38 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html lang="en-US" manifest="../manifest.appcache">
|
||||
|
||||
<head prefix="og: http://ogp.me/ns# book: http://ogp.me/ns/book#">
|
||||
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<title>《The Swift Programming Language》中文版</title>
|
||||
|
||||
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
|
||||
<meta name="robots" content="index, follow">
|
||||
<meta name="author" content="">
|
||||
<meta name="description" content="Swift 兴趣交流群:307017261Swift 开发者社区">
|
||||
<meta name="keywords" content="gitbook,github" >
|
||||
<meta name="generator" content="www.gitbook.io">
|
||||
|
||||
|
||||
<link rel="next" href="../chapter3/09_Summary_of_the_Grammar.html" />
|
||||
|
||||
|
||||
<link rel="prev" href="../chapter3/07_Patterns.html" />
|
||||
|
||||
|
||||
<meta property="og:title" content="泛型参数 | The Swift Programming Language 中文版">
|
||||
<meta property="og:site_name" content="The Swift Programming Language 中文版">
|
||||
<meta property="og:type" content="book">
|
||||
<meta property="og:locale" content="en_US">
|
||||
|
||||
<meta property="book:author" content="https://github.com/">
|
||||
<meta property="book:tag" content="GitBook">
|
||||
|
||||
<meta name="description" content="">
|
||||
<meta name="generator" content="GitBook 0.5.2">
|
||||
<meta name="HandheldFriendly" content="true"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
|
||||
<link rel="shortcut icon" href="../gitbook/images/favicon.ico" type="image/x-icon">
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="next" href="../chapter3/09_Summary_of_the_Grammar.html" />
|
||||
|
||||
|
||||
<link rel="prev" href="../chapter3/07_Patterns.html" />
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="../gitbook/style.css">
|
||||
|
||||
<link rel="stylesheet" href="../gitbook/style.css">
|
||||
|
||||
|
||||
|
||||
<div class="book" data-level="3.9" data-basepath=".." data-revision="1402872701141">
|
||||
<div class="book" data-level="3.9" data-basepath=".." data-revision="1402896972964">
|
||||
<div class="book-header">
|
||||
<!-- Actions Left -->
|
||||
<a href="#" class="btn pull-left toggle-summary" aria-label="Toggle summary"><i class="fa fa-align-justify"></i></a>
|
||||
@ -331,7 +317,7 @@
|
||||
<li class="chapter " data-level="2.19" data-path="chapter2/19_Nested_Types.html">
|
||||
|
||||
<a href="../chapter2/19_Nested_Types.html">
|
||||
<i class="fa fa-check"></i> <b>2.19.</b> 类型嵌套
|
||||
<i class="fa fa-check"></i> <b>2.19.</b> 嵌套类型
|
||||
</a>
|
||||
|
||||
|
||||
@ -534,7 +520,7 @@
|
||||
|
||||
<a href="../chapter2/18_Type_Casting.html" title="类型检查" class="chapter done " data-progress="2.18" style="left: 36.8421052631579%;"></a>
|
||||
|
||||
<a href="../chapter2/19_Nested_Types.html" title="类型嵌套" class="chapter done " data-progress="2.19" style="left: 39.473684210526315%;"></a>
|
||||
<a href="../chapter2/19_Nested_Types.html" title="嵌套类型" class="chapter done " data-progress="2.19" style="left: 39.473684210526315%;"></a>
|
||||
|
||||
<a href="../chapter2/02_Basic_Operators.html" title="基本运算符" class="chapter done " data-progress="2.2" style="left: 42.10526315789474%;"></a>
|
||||
|
||||
@ -672,16 +658,8 @@ simpleMin(3.14159, 2.71828) // T is inferred to be Double
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="http://cdn.bootcss.com/ace/1.1.3/ace.js"></script>
|
||||
<script src="http://cdn.bootcss.com/ace/1.1.3/mode-javascript.js"></script>
|
||||
<script src="../gitbook/jsrepl/jsrepl.js" id="jsrepl-script"></script>
|
||||
<script src="../gitbook/app.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="../gitbook/plugins/gitbook-plugin-mixpanel/plugin.js"></script>
|
||||
|
||||
<script src="../gitbook/jsrepl/jsrepl.js" id="jsrepl-script"></script>
|
||||
<script src="../gitbook/app.js"></script>
|
||||
|
||||
|
||||
<script src="http://cdn.mathjax.org/mathjax/2.0-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
||||
|
||||
@ -1,50 +1,36 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html lang="en-US" manifest="../manifest.appcache">
|
||||
|
||||
<head prefix="og: http://ogp.me/ns# book: http://ogp.me/ns/book#">
|
||||
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<title>《The Swift Programming Language》中文版</title>
|
||||
|
||||
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
|
||||
<meta name="robots" content="index, follow">
|
||||
<meta name="author" content="">
|
||||
<meta name="description" content="Swift 兴趣交流群:307017261Swift 开发者社区">
|
||||
<meta name="keywords" content="gitbook,github" >
|
||||
<meta name="generator" content="www.gitbook.io">
|
||||
|
||||
|
||||
|
||||
<link rel="prev" href="../chapter3/08_Generic_Parameters_and_Arguments.html" />
|
||||
|
||||
|
||||
<meta property="og:title" content="语法总结 | The Swift Programming Language 中文版">
|
||||
<meta property="og:site_name" content="The Swift Programming Language 中文版">
|
||||
<meta property="og:type" content="book">
|
||||
<meta property="og:locale" content="en_US">
|
||||
|
||||
<meta property="book:author" content="https://github.com/">
|
||||
<meta property="book:tag" content="GitBook">
|
||||
|
||||
<meta name="description" content="">
|
||||
<meta name="generator" content="GitBook 0.5.2">
|
||||
<meta name="HandheldFriendly" content="true"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
|
||||
<link rel="shortcut icon" href="../gitbook/images/favicon.ico" type="image/x-icon">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="prev" href="../chapter3/08_Generic_Parameters_and_Arguments.html" />
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="../gitbook/style.css">
|
||||
|
||||
<link rel="stylesheet" href="../gitbook/style.css">
|
||||
|
||||
|
||||
|
||||
<div class="book" data-level="3.10" data-basepath=".." data-revision="1402872701141">
|
||||
<div class="book" data-level="3.10" data-basepath=".." data-revision="1402896972964">
|
||||
<div class="book-header">
|
||||
<!-- Actions Left -->
|
||||
<a href="#" class="btn pull-left toggle-summary" aria-label="Toggle summary"><i class="fa fa-align-justify"></i></a>
|
||||
@ -329,7 +315,7 @@
|
||||
<li class="chapter " data-level="2.19" data-path="chapter2/19_Nested_Types.html">
|
||||
|
||||
<a href="../chapter2/19_Nested_Types.html">
|
||||
<i class="fa fa-check"></i> <b>2.19.</b> 类型嵌套
|
||||
<i class="fa fa-check"></i> <b>2.19.</b> 嵌套类型
|
||||
</a>
|
||||
|
||||
|
||||
@ -532,7 +518,7 @@
|
||||
|
||||
<a href="../chapter2/18_Type_Casting.html" title="类型检查" class="chapter done " data-progress="2.18" style="left: 36.8421052631579%;"></a>
|
||||
|
||||
<a href="../chapter2/19_Nested_Types.html" title="类型嵌套" class="chapter done " data-progress="2.19" style="left: 39.473684210526315%;"></a>
|
||||
<a href="../chapter2/19_Nested_Types.html" title="嵌套类型" class="chapter done " data-progress="2.19" style="left: 39.473684210526315%;"></a>
|
||||
|
||||
<a href="../chapter2/02_Basic_Operators.html" title="基本运算符" class="chapter done " data-progress="2.2" style="left: 42.10526315789474%;"></a>
|
||||
|
||||
@ -585,7 +571,7 @@
|
||||
|
||||
<div class="page-inner">
|
||||
|
||||
<section class="normal" id="section-gitbook_71">
|
||||
<section class="normal" id="section-gitbook_73">
|
||||
|
||||
<blockquote>
|
||||
<p>翻译:<a href="https://github.com/stanzhai" target="_blank">stanzhai</a><br>校对:<a href="https://github.com/xielingwang" target="_blank">xielingwang</a></p>
|
||||
@ -1059,16 +1045,8 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="http://cdn.bootcss.com/ace/1.1.3/ace.js"></script>
|
||||
<script src="http://cdn.bootcss.com/ace/1.1.3/mode-javascript.js"></script>
|
||||
<script src="../gitbook/jsrepl/jsrepl.js" id="jsrepl-script"></script>
|
||||
<script src="../gitbook/app.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="../gitbook/plugins/gitbook-plugin-mixpanel/plugin.js"></script>
|
||||
|
||||
<script src="../gitbook/jsrepl/jsrepl.js" id="jsrepl-script"></script>
|
||||
<script src="../gitbook/app.js"></script>
|
||||
|
||||
|
||||
<script src="http://cdn.mathjax.org/mathjax/2.0-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
||||
|
||||
@ -1,52 +1,38 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html lang="en-US" manifest="../manifest.appcache">
|
||||
|
||||
<head prefix="og: http://ogp.me/ns# book: http://ogp.me/ns/book#">
|
||||
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<title>《The Swift Programming Language》中文版</title>
|
||||
|
||||
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
|
||||
<meta name="robots" content="index, follow">
|
||||
<meta name="author" content="">
|
||||
<meta name="description" content="Swift 兴趣交流群:307017261Swift 开发者社区">
|
||||
<meta name="keywords" content="gitbook,github" >
|
||||
<meta name="generator" content="www.gitbook.io">
|
||||
|
||||
|
||||
<link rel="next" href="../chapter3/05_Declarations.html" />
|
||||
|
||||
|
||||
<link rel="prev" href="../chapter3/04_Expressions.html" />
|
||||
|
||||
|
||||
<meta property="og:title" content="语句 | The Swift Programming Language 中文版">
|
||||
<meta property="og:site_name" content="The Swift Programming Language 中文版">
|
||||
<meta property="og:type" content="book">
|
||||
<meta property="og:locale" content="en_US">
|
||||
|
||||
<meta property="book:author" content="https://github.com/">
|
||||
<meta property="book:tag" content="GitBook">
|
||||
|
||||
<meta name="description" content="">
|
||||
<meta name="generator" content="GitBook 0.5.2">
|
||||
<meta name="HandheldFriendly" content="true"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
|
||||
<link rel="shortcut icon" href="../gitbook/images/favicon.ico" type="image/x-icon">
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="next" href="../chapter3/05_Declarations.html" />
|
||||
|
||||
|
||||
<link rel="prev" href="../chapter3/04_Expressions.html" />
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="../gitbook/style.css">
|
||||
|
||||
<link rel="stylesheet" href="../gitbook/style.css">
|
||||
|
||||
|
||||
|
||||
<div class="book" data-level="3.5" data-basepath=".." data-revision="1402872701141">
|
||||
<div class="book" data-level="3.5" data-basepath=".." data-revision="1402896972964">
|
||||
<div class="book-header">
|
||||
<!-- Actions Left -->
|
||||
<a href="#" class="btn pull-left toggle-summary" aria-label="Toggle summary"><i class="fa fa-align-justify"></i></a>
|
||||
@ -331,7 +317,7 @@
|
||||
<li class="chapter " data-level="2.19" data-path="chapter2/19_Nested_Types.html">
|
||||
|
||||
<a href="../chapter2/19_Nested_Types.html">
|
||||
<i class="fa fa-check"></i> <b>2.19.</b> 类型嵌套
|
||||
<i class="fa fa-check"></i> <b>2.19.</b> 嵌套类型
|
||||
</a>
|
||||
|
||||
|
||||
@ -534,7 +520,7 @@
|
||||
|
||||
<a href="../chapter2/18_Type_Casting.html" title="类型检查" class="chapter done " data-progress="2.18" style="left: 36.8421052631579%;"></a>
|
||||
|
||||
<a href="../chapter2/19_Nested_Types.html" title="类型嵌套" class="chapter done " data-progress="2.19" style="left: 39.473684210526315%;"></a>
|
||||
<a href="../chapter2/19_Nested_Types.html" title="嵌套类型" class="chapter done " data-progress="2.19" style="left: 39.473684210526315%;"></a>
|
||||
|
||||
<a href="../chapter2/02_Basic_Operators.html" title="基本运算符" class="chapter done " data-progress="2.2" style="left: 42.10526315789474%;"></a>
|
||||
|
||||
@ -587,7 +573,7 @@
|
||||
|
||||
<div class="page-inner">
|
||||
|
||||
<section class="normal" id="section-gitbook_73">
|
||||
<section class="normal" id="section-gitbook_71">
|
||||
|
||||
<blockquote>
|
||||
<p>翻译:<a href="https://github.com/coverxit" target="_blank">coverxit</a><br>校对:<a href="https://github.com/numbbbbb" target="_blank">numbbbbb</a>, <a href="https://github.com/coverxit" target="_blank">coverxit</a>, <a href="https://github.com/stanzhai" target="_blank">stanzhai</a></p>
|
||||
@ -804,16 +790,8 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="http://cdn.bootcss.com/ace/1.1.3/ace.js"></script>
|
||||
<script src="http://cdn.bootcss.com/ace/1.1.3/mode-javascript.js"></script>
|
||||
<script src="../gitbook/jsrepl/jsrepl.js" id="jsrepl-script"></script>
|
||||
<script src="../gitbook/app.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="../gitbook/plugins/gitbook-plugin-mixpanel/plugin.js"></script>
|
||||
|
||||
<script src="../gitbook/jsrepl/jsrepl.js" id="jsrepl-script"></script>
|
||||
<script src="../gitbook/app.js"></script>
|
||||
|
||||
|
||||
<script src="http://cdn.mathjax.org/mathjax/2.0-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
||||
|
||||
@ -1,52 +1,38 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html lang="en-US" manifest="../manifest.appcache">
|
||||
|
||||
<head prefix="og: http://ogp.me/ns# book: http://ogp.me/ns/book#">
|
||||
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<title>《The Swift Programming Language》中文版</title>
|
||||
|
||||
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
|
||||
<meta name="robots" content="index, follow">
|
||||
<meta name="author" content="">
|
||||
<meta name="description" content="Swift 兴趣交流群:307017261Swift 开发者社区">
|
||||
<meta name="keywords" content="gitbook,github" >
|
||||
<meta name="generator" content="www.gitbook.io">
|
||||
|
||||
|
||||
<link rel="next" href="../chapter3/01_About_the_Language_Reference.html" />
|
||||
|
||||
|
||||
<link rel="prev" href="../chapter2/23_Advanced_Operators.html" />
|
||||
|
||||
|
||||
<meta property="og:title" content="语言参考 | The Swift Programming Language 中文版">
|
||||
<meta property="og:site_name" content="The Swift Programming Language 中文版">
|
||||
<meta property="og:type" content="book">
|
||||
<meta property="og:locale" content="en_US">
|
||||
|
||||
<meta property="book:author" content="https://github.com/">
|
||||
<meta property="book:tag" content="GitBook">
|
||||
|
||||
<meta name="description" content="">
|
||||
<meta name="generator" content="GitBook 0.5.2">
|
||||
<meta name="HandheldFriendly" content="true"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
|
||||
<link rel="shortcut icon" href="../gitbook/images/favicon.ico" type="image/x-icon">
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="next" href="../chapter3/01_About_the_Language_Reference.html" />
|
||||
|
||||
|
||||
<link rel="prev" href="../chapter2/23_Advanced_Operators.html" />
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="../gitbook/style.css">
|
||||
|
||||
<link rel="stylesheet" href="../gitbook/style.css">
|
||||
|
||||
|
||||
|
||||
<div class="book" data-level="3" data-basepath=".." data-revision="1402872701141">
|
||||
<div class="book" data-level="3" data-basepath=".." data-revision="1402896972964">
|
||||
<div class="book-header">
|
||||
<!-- Actions Left -->
|
||||
<a href="#" class="btn pull-left toggle-summary" aria-label="Toggle summary"><i class="fa fa-align-justify"></i></a>
|
||||
@ -331,7 +317,7 @@
|
||||
<li class="chapter " data-level="2.19" data-path="chapter2/19_Nested_Types.html">
|
||||
|
||||
<a href="../chapter2/19_Nested_Types.html">
|
||||
<i class="fa fa-check"></i> <b>2.19.</b> 类型嵌套
|
||||
<i class="fa fa-check"></i> <b>2.19.</b> 嵌套类型
|
||||
</a>
|
||||
|
||||
|
||||
@ -534,7 +520,7 @@
|
||||
|
||||
<a href="../chapter2/18_Type_Casting.html" title="类型检查" class="chapter done " data-progress="2.18" style="left: 36.8421052631579%;"></a>
|
||||
|
||||
<a href="../chapter2/19_Nested_Types.html" title="类型嵌套" class="chapter done " data-progress="2.19" style="left: 39.473684210526315%;"></a>
|
||||
<a href="../chapter2/19_Nested_Types.html" title="嵌套类型" class="chapter done " data-progress="2.19" style="left: 39.473684210526315%;"></a>
|
||||
|
||||
<a href="../chapter2/02_Basic_Operators.html" title="基本运算符" class="chapter done " data-progress="2.2" style="left: 42.10526315789474%;"></a>
|
||||
|
||||
@ -601,16 +587,8 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="http://cdn.bootcss.com/ace/1.1.3/ace.js"></script>
|
||||
<script src="http://cdn.bootcss.com/ace/1.1.3/mode-javascript.js"></script>
|
||||
<script src="../gitbook/jsrepl/jsrepl.js" id="jsrepl-script"></script>
|
||||
<script src="../gitbook/app.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="../gitbook/plugins/gitbook-plugin-mixpanel/plugin.js"></script>
|
||||
|
||||
<script src="../gitbook/jsrepl/jsrepl.js" id="jsrepl-script"></script>
|
||||
<script src="../gitbook/app.js"></script>
|
||||
|
||||
|
||||
<script src="http://cdn.mathjax.org/mathjax/2.0-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
||||
|
||||
Reference in New Issue
Block a user