src/polar/array/core/index.js
import binary from './binary' ;
import complex from './complex' ;
import img from './img' ;
import real from './real' ;
import unary from './unary' ;
export default {
binary ,
complex ,
img ,
real ,
unary ,
} ;
export {
binary ,
complex ,
img ,
real ,
unary ,
} ;