R/utils.R
jlview_info.Rd
Returns metadata about a jlview ALTREP vector including the Julia element type, length, writeability, and release status.
jlview_info(x)
A jlview ALTREP vector
A named list with components:
Julia element type (e.g., "Float64")
Number of elements
Whether the view allows direct writes
Whether the view has been released
Whether COW materialization has occurred