cash-.SafeList.Rd
Extract SafeList component by name
# S3 method for class 'SafeList'
x$name
The specified component
Overrides $.list
, and works just like it except forces exact match
(i.e., makes x$name
behave exactly like x[[name, exact=T]]
)