/**
 * Allows Yay::optional() to be called as optional().
 */
function optional($value = null)
{
    return Yay::optional($value);
}