RefCounted.get

struct RefCounted(T)
inout
inout(Payload!T)
get
()

Return Value

Type: inout(Payload!T)

Reference to the owned object.

Precondition: cound > 0.

Meta