pub fn slice_refcount<T>(slice: [T]) -> u32
Returns the internal reference count of a slice value in unconstrained code.
Slices only have reference count in unconstrained code - using this anywhere else will return zero.
Returns the internal reference count of a slice value in unconstrained code.
Slices only have reference count in unconstrained code - using this anywhere else will return zero.