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/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>
|
||||
|
||||
Reference in New Issue
Block a user