Use this inline operator when you need to provide a default value for empty (as defined by vec_is_empty()) vectors.
vec_is_empty()
x %0% y
x
A vector
y
Value to use if x is empty. To preserve type-stability, should be the same type as x.
1:10 %0% 5 integer() %0% 5