val<T> typedef

val<T> = T

Declares a read-only property or local variable.

Implementation

typedef val<T> = T;