junqiCao
Results
1
comments of
junqiCao
//static_assert(sizeof(long long) == 8); //template struct select_npy_type { const static NPY_TYPES type = NPY_INT64; }; //static_assert(sizeof(unsigned long long) == 8); //template struct select_npy_type { const static NPY_TYPES type = NPY_UINT64;...