unmodifiable property
Cell
get
unmodifiable
Creates an unmodifiable view of this cell.
Returns a cell that:
- Shares the same internal state
- Blocks all mutating operations
- Maintains all existing synapses
Implementation
Cell get unmodifiable;