fn len(value: anytype) usize
[src]
Takes a sentinel-terminated pointer and iterates over the memory to find the sentinel and determine the length. [*c]
pointers are assumed to be non-null and 0-terminated.
fn len(value: anytype) usize
Takes a sentinel-terminated pointer and iterates over the memory to find the sentinel and determine the length. [*c]
pointers are assumed to be non-null and 0-terminated.