-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmore.go
130 lines (129 loc) · 5.76 KB
/
more.go
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
package iter
func Adjacent() {}
func All_equal() {}
func All_unique() {}
func Always_iterable() {}
func Always_reversible() {}
func Before_and_after() {}
func Bucket() {}
func Callback_iter() {}
func Chunked() {}
func Chunked_even() {}
func Circular_shifts() {}
func Collapse() {}
func Collate() {}
func Combination_index() {}
func Consecutive_groups() {}
func Consume() {}
func Consumer() {}
func Convolve() {}
func Count_cycle() {}
func Countable() {}
func Difference() {}
func Distinct_combinations() {}
func Distinct_permutations() {}
func Distribute() {}
func Divide() {}
func Dotproduct() {}
func Duplicates_everseen() {}
func Duplicates_justseen() {}
func Exactly_n() {}
func Filter_except() {}
func First() {}
func First_true() {}
func Flatten() {}
func Groupby_transform() {}
func Grouper() {}
func Ichunked() {}
func Iequals() {}
func Ilen() {}
func Interleave() {}
func Interleave_evenly() {}
func Interleave_longest() {}
func Intersperse() {}
func Is_sorted() {}
func Islice_extended() {}
func Iter_except() {}
func Iterate() {}
func Last() {}
func Locate() {}
func Longest_common_prefix() {}
func Lstrip() {}
func Make_decorator() {}
func Map_except() {}
func Map_if() {}
func Map_reduce() {}
func Mark_ends() {}
func Minmax() {}
func More() {}
func Ncycles() {}
func Nth() {}
func Nth_combination() {}
func Nth_or_last() {}
func Nth_permutation() {}
func Nth_product() {}
func Numeric_range() {}
func One() {}
func Only() {}
func Pad_none() {}
func Padded() {}
func Padnone() {}
func Pairwise() {}
func Partition() {}
func Partitions() {}
func Peekable() {}
func Permutation_index() {}
func Powerset() {}
func Prepend() {}
func Product_index() {}
func Quantify() {}
func Raise_() {}
func Random_combination() {}
func Random_combination_with_replacement() {}
func Random_permutation() {}
func Random_product() {}
func Recipes() {}
func Repeat_each() {}
func Repeat_last() {}
func Repeatfunc() {}
func Replace() {}
func Rlocate() {}
func Roundrobin() {}
func Rstrip() {}
func Run_length() {}
func sample() {}
func seekable() {}
func Set_partitions() {}
func Side_effect() {}
func Sliced() {}
func Sliding_window() {}
func Sort_together() {}
func Split_after() {}
func Split_at() {}
func Split_before() {}
func Split_into() {}
func Split_when() {}
func Spy() {}
func Stagger() {}
func Strictly_n() {}
func Strip() {}
func Subslices() {}
func Substrings() {}
func Substrings_indexes() {}
func Tabulate() {}
func Tail() {}
func Take() {}
func Time_limited() {}
func Triplewise() {}
func Unique_everseen() {}
func Unique_in_window() {}
func Unique_justseen() {}
func Unique_to_each() {}
func Unzip() {}
func Value_chain() {}
func Windowed() {}
func Windowed_complete() {}
func With_iter() {}
func Zip_broadcast() {}
func Zip_equal() {}
func Zip_offset() {}