pgator.util.string

Members

Functions

fromStringz
inout(char)[] fromStringz(inout(char)* cString)

Returns a D-style array of char given a zero-terminated C-style string. The returned array will retain the same type qualifiers as the input.

Imports

fromStringz (from std.string)
public import std.string : fromStringz;
Undocumented in source.

Meta

License

Subject to the terms of the MIT license, as written in the included LICENSE file.

Authors

NCrashed <ncrashed@gmail.com>