freeCodeCamp/guide/chinese/clojure/collections/index.md

16 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
title: Clojure Collections
localeTitle: Clojure系列
---
Clojure的主要优点之一是它有很多不同类型的序列向量列表哈希图 _哦我的_每种不同类型的集合都有自己的优势,缺点和一系列有用的功能。
要了解每种类型的集合之间的差异,何时使用它们以及如何在它们之间进行转换,可能需要检查其他类型的集合并提醒自己是什么使它们与众不同。
因此,此页面充当索引,因此您可以轻松查看有关数据结构的任何文章。
* [清单](http://forum.freecodecamp.com/t/clojure-lists-they-are-everything/18417)
* [矢量](http://forum.freecodecamp.com/t/clojure-vectors/18421)
* [包含HashMap](http://forum.freecodecamp.com/t/clojure-hashmaps/18414)
| [![:point_left:](/images/emoji/emoji_one/point_left.png?v=2 "point_left")上一页](http://forum.freecodecamp.com/t/clojure-more-on-functions/18413) | [![:book:](/images/emoji/emoji_one/book.png?v=2 ":书:")家![:book:](/images/emoji/emoji_one/book.png?v=2 ":书:")](http://forum.freecodecamp.com/t/clojure-resources/18422) | [下一个![:point_right:](/images/emoji/emoji_one/point_right.png?v=2 "point_right")](http://forum.freecodecamp.com/t/clojure-lists-they-are-everything/18417) |
| [更多关于功能](http://forum.freecodecamp.com/t/clojure-more-on-functions/18413) | [目录](http://forum.freecodecamp.com/t/clojure-resources/18422) | [列表](http://forum.freecodecamp.com/t/clojure-lists-they-are-everything/18417) |