MCPcopy Create free account
hub / github.com/numpy/numpy / INT_LT

Function INT_LT

numpy/core/src/npysort/npysort_common.h:82–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80
81
82static inline int
83INT_LT(npy_int a, npy_int b)
84{
85 return a < b;
86}
87
88
89static inline int

Callers 1

lessMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected