Skip to content

Commit afec90c

Browse files
authored
Merge pull request #36 from devmotion/eachcol
Remove definition of eachcol
2 parents 09e227a + 41798d4 commit afec90c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/common.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
## Generic ##
22

3-
if VERSION < v"1.1"
4-
eachcol(A::AbstractVecOrMat) = (view(A, :, i) for i in axes(A, 2))
5-
end
6-
73
function vcatmapreduce(f, args...)
84
init = vcat(f(first.(args)...,))
95
zipped_args = zip(args...,)

0 commit comments

Comments
 (0)