| 155 | } |
| 156 | |
| 157 | forceinline int |
| 158 | IntSet::max(int i) const { |
| 159 | assert(object() != nullptr); |
| 160 | return static_cast<IntSetObject*>(object())->r[i].max; |
| 161 | } |
| 162 | |
| 163 | forceinline unsigned int |
| 164 | IntSet::width(int i) const { |
no outgoing calls
no test coverage detected