Checks if the argument is a Sound
input to be checked
true if x is a Sound, false otherwise
is_sound(make_sound(t => 0, 2)); // Returns true Copy
is_sound(make_sound(t => 0, 2)); // Returns true
Checks if the argument is a Sound