If I define a parametric type:
type MyType{T}
firstval::T
secondval::T
endCan specific methods then be written for specific forms of MyType? For example a method that only worked for MyType containing Int64 as T? I haven’t tried this yet - I've run into my first real world application of parametric types. Best, Ben.
