Creates a new empty $Stream
static $Value? $empty(Runtime runtime, $Value? target, List<$Value?> args) { return $Stream.wrap(Stream.empty()); }