Merge pull request #523 from floydzhang315/gh-pages

epub电子书问题修改
This commit is contained in:
梁杰
2015-11-05 09:49:01 +08:00

View File

@ -531,7 +531,7 @@ let evenInts: [Number] = [0, 2, 4, 6].map(f)
为间接使用特殊的枚举用例,使用`indirect`声明修饰符标记。 为间接使用特殊的枚举用例,使用`indirect`声明修饰符标记。
> enum Tree<T> { > enum Tree&lt;T&gt; {
> case Empty > case Empty
> indirect case Node(value: T, left: Tree, right:Tree) > indirect case Node(value: T, left: Tree, right:Tree)
> } > }