LastOp lookup for the very last operation of the Entity. For a valid Entity, should never be nil
()
| 35 | // LastOp lookup for the very last operation of the Entity. |
| 36 | // For a valid Entity, should never be nil |
| 37 | LastOp() OpT |
| 38 | |
| 39 | // Compile an Entity in an easily usable snapshot |
| 40 | Compile() SnapT |