Is there a function in Julia that allows accessing the parameters of a type?

For example, if I have

   type T{A,B} end

then I'd like a way to convert `T{Int, Char}` to `(Int, Char)`.

In other words, is there a way to get at the contents of `DataType` objects?

Thanks,
-erik

-- 
Erik Schnetter <schnet...@gmail.com>
http://www.perimeterinstitute.ca/personal/eschnetter/

Reply via email to