Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 19, 2016
1 parent 63646f8 commit 750a793
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -507,20 +507,20 @@ let arrays: Array<Int> = [1, 1, 1, 1]

```bash
Array Set Dictionary
┈┈┈┈┈┈┈┈┈┈┈┈┈┈┐ ┌┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┐ ┌┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
¦ Index Value ¦ ¦ Value ¦ ¦ Keys Values ¦
¦ ┌┈┈┈┬┈┈┈┈┈┈┐ ¦ ¦ ¦ ¦ ┌┈┈┈┈┐ ┌┈┈┈┈┈┈┈┐ ¦
¦ ¦0 ¦Six ¦ ¦ ¦ ┌┈┈┈┈┐ ¦ ¦ ¦YYZ ├┈┈┈┈┈┈┈>¦Toronto¦ ¦
¦ ├┈┈┈┼┈┈┈┈┈┈┤ ¦ ¦ ¦Rock¦ ┌┈┈┈┈┐ ¦ ¦ ├┈┈┈┈┤ └┈┈┈┈┈┈┈┘ ¦
¦ ¦1 ¦Milk ¦ ¦ ¦ └┈┈┈┈┘ ¦Jazz¦ ¦ ¦ ¦DUB ├┈┈┈┐ ¦
¦ ├┈┈┈┼┈┈┈┈┈┈┤ ¦ ¦ └┈┈┈┈┘ ¦ ¦ ├┈┈┈┈┤ ¦ ┌┈┈┈┈┈┈┈┐ ¦
¦ ¦2 ¦Flour ¦ ¦ ¦ ┌┈┈┈┈┈┐ ¦ ¦ ¦LHR ├┈┈┈┼┈┈┈>¦London ¦ ¦
¦ ├┈┈┈┼┈┈┈┈┈┈┤ ¦ ¦ ¦Class¦ ┌┈┈┈┐ ¦ ¦ └┈┈┈┈┘ ¦ └┈┈┈┈┈┈┈┘ ¦
¦ ¦3 ¦Powder¦ ¦ ¦ └┈┈┈┈┈┘ ¦Cat¦ ¦ ¦ ¦ ¦
¦ ├┈┈┈┼┈┈┈┈┈┈┤ ¦ ¦ └┈┈┈┘ ¦ ¦ ¦ ┌┈┈┈┈┈┈┈┐ ¦
¦ ¦4 ¦Hello ¦ ¦ ¦ ¦ ¦ └┈┈┈>¦Dubin ¦ ¦
¦ └┈┈┈┴┈┈┈┈┈┈┘ ¦ ¦ ¦ ¦ └┈┈┈┈┈┈┈┘ ¦
┈┈┈┈┈┈┈┈┈┈┈┈┈┈┘ └┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┘ └┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
--------------┐ ┌---------------┐ ┌-------------------------
Index Value ¦ ¦ Value ¦ ¦ Keys Values ¦
¦ ┌---┬------┐ ¦ ¦ ¦ ¦ ┌----┐ ┌-------┐ ¦
¦ ¦0 ¦Six ¦ ¦ ¦ ┌----┐ ¦ ¦ ¦YYZ ├------->¦Toronto¦ ¦
¦ ├---┼------┤ ¦ ¦ ¦Rock¦ ┌----┐ ¦ ¦ ├----┤ └-------┘ ¦
¦ ¦1 ¦Milk ¦ ¦ ¦ └----┘ ¦Jazz¦ ¦ ¦ ¦DUB ├---┐ ¦
¦ ├---┼------┤ ¦ ¦ └----┘ ¦ ¦ ├----┤ ¦ ┌-------┐ ¦
¦ ¦2 ¦Flour ¦ ¦ ¦ ┌-----┐ ¦ ¦ ¦LHR ├---┼--->¦London ¦ ¦
¦ ├---┼------┤ ¦ ¦ ¦Class¦ ┌---┐ ¦ ¦ └----┘ ¦ └-------┘ ¦
¦ ¦3 ¦Powder¦ ¦ ¦ └-----┘ ¦Cat¦ ¦ ¦ ¦ ¦
¦ ├---┼------┤ ¦ ¦ └---┘ ¦ ¦ ¦ ┌-------┐ ¦
¦ ¦4 ¦Hello ¦ ¦ ¦ ¦ ¦ └--->¦Dubin ¦ ¦
¦ └---┴------┘ ¦ ¦ ¦ ¦ └-------┘ ¦
--------------┘ └---------------┘ └-------------------------
```

## 可选和隐式可选类型
Expand Down

0 comments on commit 750a793

Please sign in to comment.