Interface Wrapper

Interface for components that wrap a component of type T. Provides boxing and automatic unboxing of wrapped values.

interface Wrapper(T) ;

Properties

NameTypeDescription
value[get] inout(T)Get wrapped value out of wrapper.