| 29 | |
| 30 | impl(const Value*) noexcept; |
| 31 | const Value* second() const noexcept FLPURE {return offsetby(_first, _width);} |
| 32 | const Value* firstValue() const noexcept FLPURE; |
| 33 | const Value* deref(const Value*) const noexcept FLPURE; |
| 34 | const Value* operator[] (unsigned index) const noexcept FLPURE; |