Interface Castable

Interface for components that denotes tha ability to be casted to a particular type T.

interface Castable(T) ;

Properties

NameTypeDescription
casted[get] inout(T)Get a representation of current component in type T.