-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
45 lines (44 loc) · 806 Bytes
/
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
# Generated by roxygen2 (4.1.1): do not edit by hand
export(consume)
export(dotproduct)
export(ichain)
export(ichunk)
export(icombinations)
export(icompress)
export(icount)
export(icycle)
export(idropwhile)
export(ienum)
export(ienumerate)
export(ifilter)
export(ifilterfalse)
export(ilength)
export(imap)
export(ipad)
export(ipairwise)
export(ipermutations)
export(iproduct)
export(irep)
export(irep_len)
export(irepeat)
export(iroundrobin)
export(iseq)
export(iseq_along)
export(iseq_len)
export(islice)
export(istar)
export(istarmap)
export(itabulate)
export(itakewhile)
export(itee)
export(iter_deepcopy)
export(itripletwise)
export(iunique)
export(iunique_justseen)
export(izip)
export(izip_longest)
export(nth)
export(quantify)
export(take)
importFrom(iterators,iter)
importFrom(iterators,nextElem)