StringSearch.hasTerm

Tells whether "str" is null-terminated.

struct StringSearch(bool wide_char = false)
static
bool
hasTerm
(
in Char[] str
)

Parameters

str Char[]

input string

Return Value

Type: bool

true if "str" is null-terminated or false otherwise

Meta