Is it possible to create a function that returns Type like typeof() does? Something such as:

Type returnInt(){
    return int;
}

More to the point what is the Type of a type such as int?

Thanks

Reply via email to