Skip to contents

Returns x if it is not NULL, otherwise returns y.

Usage

x %||% y

Arguments

x

Value to test.

y

Fallback if x is NULL.

Value

x or y.