HashSet

HashSet

WARNING: this module is deprecated.

Use the MapSet module instead.

Summary

Types

t()

Functions

delete(set, term)
difference(set1, set2)
disjoint?(set1, set2)
equal?(set1, set2)
intersection(set1, set2)
member?(hash_set, term)
new()
put(hash_set, term)
size(hash_set)
subset?(set1, set2)
to_list(set)
union(set1, set2)

Types

t()

t

Functions

delete(set, term)

difference(set1, set2)

disjoint?(set1, set2)

equal?(set1, set2)

intersection(set1, set2)

member?(hash_set, term)

new()

new() :: Set.t

put(hash_set, term)

size(hash_set)

subset?(set1, set2)

to_list(set)

union(set1, set2)

© 2012–2017 Plataformatec
Licensed under the Apache License, Version 2.0.
https://hexdocs.pm/elixir/1.3.4/HashSet.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部