How make Optional pre determined parameter type without overload function?

Marcone marcone at email.com
Sun Nov 29 02:40:09 UTC 2020


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?
}


More information about the Digitalmars-d-learn mailing list