fn:empty( $arg as item()* ) as xs:boolean
If the value of $arg is the empty sequence, the function returns true; otherwise, the function returns false.
fn:empty(fn:remove(("hello", "world"), 1)) => false