pub fn make_hkref<T>(value: T) -> hkRefPtr<T>where
T: hkRefPtrCounted,Expand description
Creates a new hkRefPtr with a constructed instance of T.
pub fn make_hkref<T>(value: T) -> hkRefPtr<T>where
T: hkRefPtrCounted,Creates a new hkRefPtr with a constructed instance of T.