OriginalTypeAware

Interface for objects that are aware of original type from which containing value was created.

interface OriginalTypeAware {}

Members

Functions

original
const(TypeInfo) original()

Get the type of original component from which contained one was created/converted.

Meta