Function make_hkref

Source
pub fn make_hkref<T>(value: T) -> hkRefPtr<T>
where T: hkRefPtrCounted,
Expand description

Creates a new hkRefPtr with a constructed instance of T.