void a(T1, T2)(T1 b, T2 c){
// I need parameter "c" optional, but only (String or int). How can I make it without overload function?
}

Reply via email to