|| Called Logical OR Operator . If any of the two operands is non-zero, then the condition becomes true.
Read moreWhat _ means in Swift?
_ : The under score operator is usually used in swift function definition. It is used to replace the function parameter’s external label.
Read more