string_is_null_or_empty

Declaration

string_is_null_or_empty :: fn (s: string) bool #inline

Description

Helper inline function returning true when string is empty and null.

Arguments

  • str Input string.

Result

True when string len is 0 and ptr is null.

Declared in: string.bl