Resource.get

The method to get the object. If the object turns out to be the wrong one, the contract will work.

struct Resource
@trusted
T
get
(
T
)
()
in (typeid (T).toString == type)

Meta