Pod<T extends Object> typedef

Pod<T extends Object> = RootPod<T>

An alias for Pod.

Implementation

typedef Pod<T extends Object> = RootPod<T>;