Skip to content

Add coalesce expression

James Westman requested to merge jwestman/libshumate:coalesce-expression into main

The coalesce expression returns the first argument which does not fail to evaluated and evaluates to a non-null value.

Merge request reports