Answers for "use instanceof keyword in kotlin"

1

kotlin instanceof

if (myInstance is String) {
	// DO SOMETHING
}
Posted by: Guest on June-03-2021

Browse Popular Code Answers by Language