super
super(T::DataType)
Return the supertype of DataType T
.
Examples
julia> super(Int64)
Signed
julia> super(Number)
Any
julia> super(Signed)
Real
See Also
User Contributed Notes
Add a Note
The format of note supported is markdown, use triple backtick to start and end a code block.