| 813 | value_type value; |
| 814 | |
| 815 | numpy_scalar() = default; |
| 816 | explicit numpy_scalar(value_type value) : value(value) {} |
| 817 | |
| 818 | explicit operator value_type() const { return value; } |
nothing calls this directly
no outgoing calls
no test coverage detected