Toggle Sidebar
Toggle Theme
Elixir
v1.5.2
Pages
Modules
Exceptions
Access
Top
Summary
Types
access_fun/2
any_container/0
container/0
get_and_update_fun/2
get_fun/2
key/0
nil_container/0
t/0
value/0
Functions
all/0
at/1
elem/1
fetch/2
get/3
get_and_update/3
key/2
key!/1
pop/2
Callbacks
fetch/2
get/3
get_and_update/3
pop/2
Agent
Top
Summary
Types
agent/0
name/0
on_start/0
state/0
Functions
cast/2
cast/4
get/3
get/5
get_and_update/3
get_and_update/5
start/2
start/4
start_link/2
start_link/4
stop/3
update/3
update/5
Application
Top
Summary
Types
app/0
key/0
start_type/0
state/0
value/0
Functions
app_dir/1
app_dir/2
delete_env/3
ensure_all_started/2
ensure_started/2
fetch_env/2
fetch_env!/2
format_error/1
get_all_env/1
get_application/1
get_env/3
load/1
loaded_applications/0
put_env/4
spec/1
spec/2
start/2
started_applications/1
stop/1
unload/1
Callbacks
start/2
start_phase/3
stop/1
Atom
Top
Summary
Functions
to_charlist/1
to_string/1
Base
Top
Summary
Functions
decode16/2
decode16!/2
decode32/2
decode32!/2
decode64/2
decode64!/2
encode16/2
encode32/2
encode64/2
hex_decode32/2
hex_decode32!/2
hex_encode32/2
url_decode64/2
url_decode64!/2
url_encode64/2
Behaviour
Top
Summary
Functions
defcallback/1
defmacrocallback/1
Bitwise
Top
Summary
Functions
&&&/2
<<</2
>>>/2
^^^/2
band/2
bnot/1
bor/2
bsl/2
bsr/2
bxor/2
|||/2
~~~/1
Calendar
Top
Summary
Types
calendar/0
date/0
datetime/0
day/0
day_fraction/0
hour/0
iso_days/0
microsecond/0
minute/0
month/0
naive_datetime/0
second/0
std_offset/0
time/0
time_zone/0
utc_offset/0
year/0
zone_abbr/0
Functions
compatible_calendars?/2
Callbacks
date_to_string/3
datetime_to_string/11
day_of_week/3
day_rollover_relative_to_midnight_utc/0
days_in_month/2
leap_year?/1
naive_datetime_from_iso_days/1
naive_datetime_to_iso_days/7
naive_datetime_to_string/7
time_from_day_fraction/1
time_to_day_fraction/4
time_to_string/4
valid_date?/3
valid_time?/4
Calendar.ISO
Top
Summary
Types
day/0
month/0
year/0
Functions
date_to_string/3
datetime_to_string/11
day_of_week/3
day_rollover_relative_to_midnight_utc/0
days_in_month/2
leap_year?/1
naive_datetime_from_iso_days/1
naive_datetime_to_iso_days/7
naive_datetime_to_string/7
time_from_day_fraction/1
time_to_day_fraction/4
time_to_string/5
valid_date?/3
valid_time?/4
Code
Top
Summary
Functions
append_path/1
available_compiler_options/0
compile_quoted/2
compile_string/2
compiler_options/0
compiler_options/1
delete_path/1
ensure_compiled/1
ensure_compiled?/1
ensure_loaded/1
ensure_loaded?/1
eval_file/2
eval_quoted/3
eval_string/3
get_docs/2
load_file/2
loaded_files/0
prepend_path/1
require_file/2
string_to_quoted/2
string_to_quoted!/2
unload_files/1
Collectable
Top
Summary
Types
command/0
t/0
Functions
into/1
Date
Top
Summary
Types
t/0
Functions
add/2
compare/2
convert/2
convert!/2
day_of_week/1
days_in_month/1
diff/2
from_erl/2
from_erl!/1
from_iso8601/2
from_iso8601!/2
leap_year?/1
new/4
range/2
to_erl/1
to_iso8601/2
to_string/1
utc_today/1
Date.Range
Top
Summary
Types
t/0
DateTime
Top
Summary
Types
t/0
Functions
compare/2
convert/2
convert!/2
diff/3
from_iso8601/2
from_naive/2
from_naive!/2
from_unix/3
from_unix!/3
to_date/1
to_iso8601/2
to_naive/1
to_string/1
to_time/1
to_unix/2
utc_now/1
Dict
Top
Summary
Types
key/0
t/0
value/0
Functions
delete/2
drop/2
empty/1
equal?/2
fetch/2
fetch!/2
get/3
get_and_update/3
get_lazy/3
has_key?/2
keys/1
merge/2
merge/3
pop/3
pop_lazy/3
put/3
put_new/3
put_new_lazy/3
size/1
split/2
take/2
to_list/1
update/4
update!/3
values/1
Enum
Top
Summary
Types
acc/0
default/0
element/0
index/0
t/0
Functions
all?/2
any?/2
at/3
chunk_by/2
chunk_every/2
chunk_every/4
chunk_while/4
concat/1
concat/2
count/1
count/2
dedup/1
dedup_by/2
drop/2
drop_every/2
drop_while/2
each/2
empty?/1
fetch/2
fetch!/2
filter/2
find/3
find_index/2
find_value/3
flat_map/2
flat_map_reduce/3
group_by/3
intersperse/2
into/2
into/3
join/2
map/2
map_every/3
map_join/3
map_reduce/3
max/2
max_by/3
member?/2
min/2
min_by/3
min_max/2
min_max_by/3
random/1
reduce/2
reduce/3
reduce_while/3
reject/2
reverse/1
reverse/2
reverse_slice/3
scan/2
scan/3
shuffle/1
slice/2
slice/3
sort/1
sort/2
sort_by/3
split/2
split_while/2
split_with/2
sum/1
take/2
take_every/2
take_random/2
take_while/2
to_list/1
uniq/1
uniq_by/2
unzip/1
with_index/2
zip/1
zip/2
Enumerable
Top
Summary
Types
acc/0
continuation/0
reducer/0
result/0
t/0
Functions
count/1
member?/2
reduce/3
Exception
Top
Summary
Types
kind/0
stacktrace/0
stacktrace_entry/0
t/0
Functions
blame/3
blame_mfa/3
exception?/1
format/3
format_banner/3
format_exit/1
format_fa/2
format_file_line/3
format_mfa/3
format_stacktrace/1
format_stacktrace_entry/1
message/1
normalize/3
Callbacks
exception/1
message/1
File
Top
Summary
Types
io_device/0
mode/0
posix/0
stat_options/0
Functions
cd/1
cd!/1
cd!/2
chgrp/2
chgrp!/2
chmod/2
chmod!/2
chown/2
chown!/2
close/1
copy/3
copy!/3
cp/3
cp!/3
cp_r/3
cp_r!/3
cwd/0
cwd!/0
dir?/1
exists?/1
ln/2
ln!/2
ln_s/2
ln_s!/2
ls/1
ls!/1
lstat/2
lstat!/2
mkdir/1
mkdir!/1
mkdir_p/1
mkdir_p!/1
open/2
open/3
open!/2
open!/3
read/1
read!/1
read_link/1
read_link!/1
regular?/1
rename/2
rm/1
rm!/1
rm_rf/1
rm_rf!/1
rmdir/1
rmdir!/1
stat/2
stat!/2
stream!/3
touch/2
touch!/2
write/3
write!/3
write_stat/3
write_stat!/3
File.Stat
Top
Summary
Types
t/0
Functions
from_record/1
to_record/1
File.Stream
Top
Summary
Types
t/0
Float
Top
Summary
Types
precision_range/0
Functions
ceil/2
floor/2
parse/1
ratio/1
round/2
to_charlist/1
to_string/1
GenEvent
Top
Summary
Types
handler/0
manager/0
name/0
on_start/0
options/0
Callbacks
code_change/3
handle_call/2
handle_event/2
handle_info/2
init/1
terminate/2
GenServer
Top
Summary
Types
debug/0
from/0
name/0
on_start/0
option/0
options/0
server/0
Functions
abcast/3
call/3
cast/2
multi_call/4
reply/2
start/3
start_link/3
stop/3
whereis/1
Callbacks
code_change/3
format_status/2
handle_call/3
handle_cast/2
handle_info/2
init/1
terminate/2
HashDict
Top
Summary
Types
t/0
Functions
delete/2
drop/2
equal?/2
fetch/2
fetch!/2
get/3
get_and_update/3
get_lazy/3
has_key?/2
keys/1
merge/3
new/0
pop/3
pop_lazy/3
put/3
put_new/3
put_new_lazy/3
size/1
split/2
take/2
to_list/1
update/4
update!/3
values/1
HashSet
Top
Summary
Types
t/0
Functions
delete/2
difference/2
disjoint?/2
equal?/2
intersection/2
member?/2
new/0
put/2
size/1
subset?/2
to_list/1
union/2
IO
Top
Summary
Types
chardata/0
device/0
nodata/0
Functions
binread/2
binstream/2
binwrite/2
chardata_to_string/1
getn/2
getn/3
gets/2
inspect/2
inspect/3
iodata_length/1
iodata_to_binary/1
puts/2
read/2
stream/2
warn/1
warn/2
write/2
IO.ANSI
Top
Summary
Types
ansicode/0
ansidata/0
ansilist/0
Functions
black/0
black_background/0
blink_off/0
blink_rapid/0
blink_slow/0
blue/0
blue_background/0
bright/0
clear/0
clear_line/0
color/1
color/3
color_background/1
color_background/3
conceal/0
crossed_out/0
cyan/0
cyan_background/0
default_background/0
default_color/0
enabled?/0
encircled/0
faint/0
font_1/0
font_2/0
font_3/0
font_4/0
font_5/0
font_6/0
font_7/0
font_8/0
font_9/0
format/2
format_fragment/2
framed/0
green/0
green_background/0
home/0
inverse/0
inverse_off/0
italic/0
light_black/0
light_black_background/0
light_blue/0
light_blue_background/0
light_cyan/0
light_cyan_background/0
light_green/0
light_green_background/0
light_magenta/0
light_magenta_background/0
light_red/0
light_red_background/0
light_white/0
light_white_background/0
light_yellow/0
light_yellow_background/0
magenta/0
magenta_background/0
no_underline/0
normal/0
not_framed_encircled/0
not_italic/0
not_overlined/0
overlined/0
primary_font/0
red/0
red_background/0
reset/0
reverse/0
reverse_off/0
underline/0
white/0
white_background/0
yellow/0
yellow_background/0
IO.Stream
Top
Summary
Types
t/0
Inspect
Top
Summary
Types
t/0
Functions
inspect/2
Inspect.Algebra
Top
Summary
Types
t/0
Functions
break/0
break/1
color/3
concat/1
concat/2
empty/0
fold_doc/2
format/2
glue/2
glue/3
group/1
line/2
nest/2
space/2
surround/3
surround_many/6
to_doc/2
Inspect.Opts
Top
Summary
Types
color_key/0
t/0
Integer
Top
Summary
Functions
digits/2
floor_div/2
gcd/2
is_even/1
is_odd/1
mod/2
parse/2
to_charlist/1
to_charlist/2
to_string/1
to_string/2
undigits/2
Kernel
Top
Summary
Functions
!/1
!=/2
!==/2
&&/2
*/2
+/1
+/2
++/2
-/1
-/2
--/2
../2
//2
</2
<=/2
<>/2
==/2
===/2
=~/2
>/2
>=/2
@/1
abs/1
alias!/1
and/2
apply/2
apply/3
binary_part/3
binding/1
bit_size/1
byte_size/1
def/2
defdelegate/2
defexception/1
defimpl/3
defmacro/2
defmacrop/2
defmodule/2
defoverridable/1
defp/2
defprotocol/2
defstruct/1
destructure/2
div/2
elem/2
exit/1
function_exported?/3
get_and_update_in/2
get_and_update_in/3
get_in/2
hd/1
if/2
in/2
inspect/2
is_atom/1
is_binary/1
is_bitstring/1
is_boolean/1
is_float/1
is_function/1
is_function/2
is_integer/1
is_list/1
is_map/1
is_nil/1
is_number/1
is_pid/1
is_port/1
is_reference/1
is_tuple/1
length/1
macro_exported?/3
make_ref/0
map_size/1
match?/2
max/2
min/2
node/0
node/1
not/1
or/2
pop_in/1
pop_in/2
put_elem/3
put_in/2
put_in/3
raise/1
raise/2
rem/2
reraise/2
reraise/3
round/1
self/0
send/2
sigil_C/2
sigil_D/2
sigil_N/2
sigil_R/2
sigil_S/2
sigil_T/2
sigil_W/2
sigil_c/2
sigil_r/2
sigil_s/2
sigil_w/2
spawn/1
spawn/3
spawn_link/1
spawn_link/3
spawn_monitor/1
spawn_monitor/3
struct/2
struct!/2
throw/1
tl/1
to_charlist/1
to_string/1
trunc/1
tuple_size/1
unless/2
update_in/2
update_in/3
use/2
var!/2
|>/2
||/2
Kernel.ParallelCompiler
Top
Summary
Functions
files/2
files_to_path/3
Kernel.ParallelRequire
Top
Summary
Functions
files/2
Kernel.SpecialForms
Top
Summary
Functions
%/2
%{}/1
&/1
./2
::/2
<<>>/1
=/2
^/1
__CALLER__/0
__DIR__/0
__ENV__/0
__MODULE__/0
__aliases__/1
__block__/1
alias/2
case/2
cond/1
fn/1
for/1
import/2
quote/2
receive/1
require/2
super/1
try/1
unquote/1
unquote_splicing/1
with/1
{}/1
Keyword
Top
Summary
Types
key/0
t/0
t/1
value/0
Functions
delete/2
delete/3
delete_first/2
drop/2
equal?/2
fetch/2
fetch!/2
get/3
get_and_update/3
get_and_update!/3
get_lazy/3
get_values/2
has_key?/2
keys/1
keyword?/1
merge/2
merge/3
new/0
new/1
new/2
pop/3
pop_first/3
pop_lazy/3
put/3
put_new/3
put_new_lazy/3
replace/3
replace!/3
split/2
take/2
to_list/1
update/4
update!/3
values/1
List
Top
Summary
Functions
delete/2
delete_at/2
duplicate/2
first/1
flatten/1
flatten/2
foldl/3
foldr/3
insert_at/3
keydelete/3
keyfind/4
keymember?/3
keyreplace/4
keysort/2
keystore/4
keytake/3
last/1
myers_difference/2
pop_at/3
replace_at/3
starts_with?/2
to_atom/1
to_existing_atom/1
to_float/1
to_integer/1
to_integer/2
to_string/1
to_tuple/1
update_at/3
wrap/1
zip/1
List.Chars
Top
Summary
Types
t/0
Functions
to_charlist/1
Macro
Top
Summary
Types
expr/0
literal/0
t/0
Functions
camelize/1
decompose_call/1
escape/2
expand/2
expand_once/2
generate_arguments/2
pipe/3
postwalk/2
postwalk/3
prewalk/2
prewalk/3
to_string/2
traverse/4
underscore/1
unescape_string/1
unescape_string/2
unescape_tokens/1
unescape_tokens/2
unpipe/1
update_meta/2
validate/1
var/2
Macro.Env
Top
Summary
Types
aliases/0
context/0
context_modules/0
export_vars/0
file/0
functions/0
lexical_tracker/0
line/0
local/0
macro_aliases/0
macros/0
match_vars/0
name_arity/0
prematch_vars/0
requires/0
t/0
vars/0
Functions
in_guard?/1
in_match?/1
location/1
stacktrace/1
Map
Top
Summary
Types
key/0
value/0
Functions
delete/2
drop/2
equal?/2
fetch/2
fetch!/2
from_struct/1
get/3
get_and_update/3
get_and_update!/3
get_lazy/3
has_key?/2
keys/1
merge/2
merge/3
new/0
new/1
new/2
pop/3
pop_lazy/3
put/3
put_new/3
put_new_lazy/3
replace/3
replace!/3
split/2
take/2
to_list/1
update/4
update!/3
values/1
MapSet
Top
Summary
Types
t/0
t/1
value/0
Functions
delete/2
difference/2
disjoint?/2
equal?/2
intersection/2
member?/2
new/0
new/1
new/2
put/2
size/1
subset?/2
to_list/1
union/2
Module
Top
Summary
Functions
__info__/1
add_doc/6
concat/1
concat/2
create/3
defines?/2
defines?/3
definitions_in/1
definitions_in/2
delete_attribute/2
eval_quoted/4
get_attribute/2
make_overridable/2
open?/1
overridable?/2
put_attribute/3
register_attribute/3
safe_concat/1
safe_concat/2
split/1
NaiveDateTime
Top
Summary
Types
t/0
Functions
add/3
compare/2
convert/2
convert!/2
diff/3
from_erl/3
from_erl!/2
from_iso8601/2
from_iso8601!/2
new/2
new/8
to_date/1
to_erl/1
to_iso8601/2
to_string/1
to_time/1
utc_now/1
Node
Top
Summary
Types
t/0
Functions
alive?/0
connect/1
disconnect/1
get_cookie/0
list/0
list/1
monitor/2
monitor/3
ping/1
self/0
set_cookie/2
spawn/2
spawn/3
spawn/4
spawn/5
spawn_link/2
spawn_link/4
start/3
stop/0
OptionParser
Top
Summary
Types
argv/0
errors/0
options/0
parsed/0
Functions
next/2
parse/2
parse!/2
parse_head/2
parse_head!/2
split/1
to_argv/2
Path
Top
Summary
Types
t/0
Functions
absname/1
absname/2
basename/1
basename/2
dirname/1
expand/1
expand/2
extname/1
join/1
join/2
relative/1
relative_to/2
relative_to_cwd/1
rootname/1
rootname/2
split/1
type/1
wildcard/2
Port
Top
Summary
Types
name/0
Functions
close/1
command/3
connect/2
info/1
info/2
list/0
open/2
Process
Top
Summary
Types
spawn_opt/0
spawn_opts/0
Functions
alive?/1
cancel_timer/2
delete/1
demonitor/2
exit/2
flag/2
flag/3
get/0
get/2
get_keys/0
get_keys/1
group_leader/0
group_leader/2
hibernate/3
info/1
info/2
link/1
list/0
monitor/1
put/2
read_timer/1
register/2
registered/0
send/3
send_after/4
sleep/1
spawn/2
spawn/4
unlink/1
unregister/1
whereis/1
Protocol
Top
Summary
Functions
assert_impl!/2
assert_protocol!/1
consolidate/2
consolidated?/1
def/1
derive/3
extract_impls/2
extract_protocols/1
Range
Top
Summary
Types
t/0
t/2
Functions
new/2
range?/1
Record
Top
Summary
Functions
defrecord/3
defrecordp/3
extract/2
extract_all/1
is_record/1
is_record/2
Regex
Top
Summary
Types
t/0
Functions
compile/2
compile!/2
escape/1
match?/2
named_captures/3
names/1
opts/1
re_pattern/1
recompile/1
recompile!/1
regex?/1
replace/4
run/3
scan/3
source/1
split/3
version/0
Registry
Top
Summary
Types
key/0
keys/0
meta_key/0
meta_value/0
registry/0
value/0
Functions
dispatch/4
keys/2
lookup/2
match/4
meta/2
put_meta/3
register/3
start_link/1
start_link/3
unregister/2
unregister_match/4
update_value/3
Set
Top
Summary
Types
t/0
value/0
values/0
Functions
delete/2
difference/2
disjoint?/2
equal?/2
intersection/2
member?/2
put/2
size/1
subset?/2
to_list/1
union/2
Stream
Top
Summary
Types
acc/0
default/0
element/0
index/0
Functions
chunk_by/2
chunk_every/2
chunk_every/4
chunk_while/4
concat/1
concat/2
cycle/1
dedup/1
dedup_by/2
drop/2
drop_every/2
drop_while/2
each/2
filter/2
flat_map/2
interval/1
into/3
iterate/2
map/2
map_every/3
reject/2
repeatedly/1
resource/3
run/1
scan/2
scan/3
take/2
take_every/2
take_while/2
timer/1
transform/3
transform/4
unfold/2
uniq/1
uniq_by/2
with_index/2
zip/1
zip/2
String
Top
Summary
Types
codepoint/0
grapheme/0
pattern/0
t/0
Functions
at/2
capitalize/1
chunk/2
codepoints/1
contains?/2
downcase/1
duplicate/2
ends_with?/2
equivalent?/2
first/1
graphemes/1
jaro_distance/2
last/1
length/1
match?/2
myers_difference/2
next_codepoint/1
next_grapheme/1
next_grapheme_size/1
normalize/2
pad_leading/3
pad_trailing/3
printable?/2
replace/4
replace_leading/3
replace_prefix/3
replace_suffix/3
replace_trailing/3
reverse/1
slice/2
slice/3
split/1
split/3
split_at/2
splitter/3
starts_with?/2
to_atom/1
to_charlist/1
to_existing_atom/1
to_float/1
to_integer/1
to_integer/2
trim/1
trim/2
trim_leading/1
trim_leading/2
trim_trailing/1
trim_trailing/2
upcase/1
valid?/1
String.Chars
Top
Summary
Types
t/0
Functions
to_string/1
StringIO
Top
Summary
Functions
close/1
contents/1
flush/1
open/2
Supervisor
Top
Summary
Types
child/0
child_spec/0
flag/0
name/0
on_start/0
on_start_child/0
option/0
options/0
strategy/0
supervisor/0
Functions
child_spec/2
count_children/1
delete_child/2
init/2
restart_child/2
start_child/2
start_link/2
start_link/3
stop/3
terminate_child/2
which_children/1
Callbacks
init/1
Supervisor.Spec
Top
Summary
Types
child_id/0
modules/0
restart/0
shutdown/0
spec/0
strategy/0
worker/0
Functions
supervise/2
supervisor/3
worker/3
System
Top
Summary
Types
time_unit/0
Functions
argv/0
argv/1
at_exit/1
build_info/0
cmd/3
compiled_endianness/0
convert_time_unit/3
cwd/0
cwd!/0
delete_env/1
endianness/0
find_executable/1
get_env/0
get_env/1
get_pid/0
halt/1
monotonic_time/0
monotonic_time/1
os_time/0
os_time/1
otp_release/0
put_env/1
put_env/2
schedulers/0
schedulers_online/0
stacktrace/0
stop/1
system_time/0
system_time/1
time_offset/0
time_offset/1
tmp_dir/0
tmp_dir!/0
unique_integer/1
user_home/0
user_home!/0
version/0
Task
Top
Summary
Types
t/0
Functions
__struct__/0
async/1
async/3
async_stream/3
async_stream/5
await/2
shutdown/2
start/1
start/3
start_link/1
start_link/3
yield/2
yield_many/2
Task.Supervisor
Top
Summary
Types
option/0
Functions
async/2
async/4
async_nolink/2
async_nolink/4
async_stream/4
async_stream/6
async_stream_nolink/4
async_stream_nolink/6
children/1
start_child/2
start_child/4
start_link/1
terminate_child/2
Time
Top
Summary
Types
t/0
Functions
compare/2
convert/2
convert!/2
diff/3
from_erl/3
from_erl!/3
from_iso8601/2
from_iso8601!/1
new/5
to_erl/1
to_iso8601/2
to_string/1
utc_now/1
Tuple
Top
Summary
Functions
append/2
delete_at/2
duplicate/2
insert_at/3
to_list/1
URI
Top
Summary
Types
t/0
Functions
char_reserved?/1
char_unescaped?/1
char_unreserved?/1
decode/1
decode_query/2
decode_www_form/1
default_port/1
default_port/2
encode/2
encode_query/1
encode_www_form/1
merge/2
parse/1
query_decoder/1
to_string/1
Version
Top
Summary
Types
build/0
major/0
matchable/0
minor/0
patch/0
pre/0
requirement/0
t/0
version/0
Functions
compare/2
compile_requirement/1
match?/3
parse/1
parse!/1
parse_requirement/1
Version.Requirement
Top
Summary
Types
t/0
Elixir v1.5.2
HashSet
View Source
WARNING: this module is deprecated.
Use the
MapSet
module instead.
Link to this section
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)
Link to this section
Types
Link to this opaque
t()
View Source
(opaque)
t
()
Link to this section
Functions
Link to this function
delete(set, term)
View Source
Link to this function
difference(set1, set2)
View Source
Link to this function
disjoint?(set1, set2)
View Source
Link to this function
equal?(set1, set2)
View Source
Link to this function
intersection(set1, set2)
View Source
Link to this function
member?(hash_set, term)
View Source
Link to this function
new()
View Source
new() ::
Set.t
()
Link to this function
put(hash_set, term)
View Source
Link to this function
size(hash_set)
View Source
Link to this function
subset?(set1, set2)
View Source
Link to this function
to_list(set)
View Source
Link to this function
union(set1, set2)
View Source