-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
59 lines (58 loc) · 1.14 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Generated by roxygen2: do not edit by hand
S3method("$",dict)
S3method("$<-",dict)
S3method("$<-",immutable)
S3method("==",dict)
S3method("[",dict)
S3method("[<-",dict)
S3method("[<-",immutable)
S3method("[[",dict)
S3method("[[<-",dict)
S3method("[[<-",immutable)
S3method("names<-",dict)
S3method(as.list,dict)
S3method(c,dict)
S3method(defaults,list)
S3method(extend,dict)
S3method(extend,list)
S3method(has,list)
S3method(immutable,default)
S3method(invert,dict)
S3method(is_immutable,default)
S3method(keys,list)
S3method(length,dict)
S3method(omit,dict)
S3method(omit,list)
S3method(print,dict)
S3method(print,immutable)
S3method(str,dict)
S3method(values,list)
export("default<-")
export("keys<-")
export("values<-")
export(as_dict)
export(collect)
export(compact_dict)
export(default)
export(default_dict)
export(defaults)
export(detect_key)
export(dict)
export(dict_from)
export(discard_dict)
export(entries)
export(entry)
export(extend)
export(has)
export(immutable)
export(immutable_dict)
export(invert)
export(is_dict)
export(is_immutable)
export(keep_dict)
export(keys)
export(make_dict)
export(map_dict)
export(omit)
export(strict_dict)
export(values)