Castable.casted

Get a representation of current component in type T.

interface Castable(T)
@property inout return scope
inout(T)
casted
()

Return Value

Type: inout(T)

T component transformed into T component.

Meta