unboxed

Converts a type to its corresponding unboxed type (if exists) if it is boxed. Else returns the type itself.

Return

the unboxed type (if exists) of the type if it is boxed or the type itself.