How to perform 'Check Array Empty' in Kotlin.
// Task: Check Array Empty
// Language: Kotlin
fun check_array_empty() {
// Implementation for Check Array Empty
val result = ...; // Initialize variable
// TODO: Implement core logic here
// Step 1: Prepare data
// Step 2: Process Check Array Empty
println("Done");
}