Late<T> typedef

Late<T> = LateResult<T>

Implementation

typedef Late<T> = LateResult<T>;