powered by
Make a segment read-only
segment_protect(x)
The shard_segment object, invisibly.
shard_segment
A shard_segment object
# \donttest{ seg <- segment_create(1024) segment_protect(seg) segment_close(seg) # }
Run the code above in your browser using DataLab