从swift 3

时间:2018-06-07 08:49:06

标签: ios arrays swift3

我有这样的数组,我想删除swift 3.0中的重复值

  

[[2,2,2],[2,2,2],[2,2,1],[2,2,2],[2,2,2],[2,2,2] ],[2,   2,1],[2,2,2],[2,2,2],[2,1,1],[2,1,2],[2,1,2],[2,2],   2],[2,2,2],[2,2,2],[2,2,2],[2,2,1],[2,2,2],[2,2,2] ,   [2,1,1],[2,1,2],[2,1,2],[2,2,2],[2,2,2],[2,2,2],[1] ,   1,1],[1,1,2],[1,1,2],[1,2,2],[1,2,2],[1,2,2],[2,2],   2],[2,2,2],[2,2,2],[2,2,2]]

所以我必须为此编写什么代码。

1 个答案:

答案 0 :(得分:1)

使用下面的代码来过滤重复的数组并进入有序数组

---
- name: build the image
  docker_image:
    name: docker
    tag: ubuntu
    path: "/yourpath"
    state: present