Castable

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

@safe
interface Castable (
T
) {}

Alias This

casted

Alias casted type for automatic casting of component.

Members

Properties

casted
inout(T) casted [@property getter]

Get a representation of current component in type T.

Meta