Commit 5481e25
committed
FIX: Factor out duplicate code in Zip::and and Zip::and_broadcast
Since these methods are duplicated fivefold, it might actually be a good
saving, even if it's a small method. And we don't have to write the
layout combination code twice.1 parent 85e1813 commit 5481e25
1 file changed
Lines changed: 12 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
969 | 969 | | |
970 | 970 | | |
971 | 971 | | |
972 | | - | |
973 | | - | |
974 | | - | |
975 | | - | |
976 | | - | |
977 | | - | |
978 | | - | |
979 | | - | |
980 | | - | |
| 972 | + | |
| 973 | + | |
| 974 | + | |
981 | 975 | | |
982 | 976 | | |
983 | 977 | | |
| |||
990 | 984 | | |
991 | 985 | | |
992 | 986 | | |
993 | | - | |
994 | | - | |
| 987 | + | |
| 988 | + | |
| 989 | + | |
| 990 | + | |
| 991 | + | |
| 992 | + | |
| 993 | + | |
| 994 | + | |
995 | 995 | | |
996 | 996 | | |
997 | | - | |
| 997 | + | |
998 | 998 | | |
999 | 999 | | |
1000 | 1000 | | |
| |||
0 commit comments