目录1. 基本数据类型1.1 整数型1.2 golang 提供了两种浮点型数据类型:1.3 布尔型1.4 字符型1.5 字符串型2. 复合数据类型2.1 数组2.2 切片2.3 字符串2.4 映射2.5 结构体3. 总结在计算机编程中,数据类型是非常重要的
Code with iterators looks pretty muc开发者_StackOverflow社区h like code with pointers. Iterators are of some obscure type (like std::vector<int>::iterator for example).