We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
# returns :ok || other_func() with true <- some_func() do other_func() end def some_func do condition?() || :ok end
# returns nil || other_func() if some_func() do other_func() end ` ``