Reports on the broker's ALTREP class registry. Registered classes are ALTREP character vector classes whose authors registered a reader with charport (via the `charport_register_altrep_v1` C entry point, fetched with `R_GetCCallable`). The reference `charvec` class is registered when `charport` loads, so a freshly loaded session normally reports at least that class.
Value
A list with elements `n` (integer: number of registered classes), `persistent_views` (logical vector: whether returned byte views remain valid until the reader borrow ends), `concurrent_access` (logical vector: whether reader access calls may run concurrently), and `reentrant` (logical vector: whether both capabilities are true).