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

Function BOOL_LT

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

Source from the content-addressed store, hash-verified

45 */
46
47static inline int
48BOOL_LT(npy_bool a, npy_bool b)
49{
50 return a < b;
51}
52
53
54static inline int

Callers 1

lessMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected