In D there is no "string". Instead there is char[] (, dchar[] or wchar[]). There are some utility functions in std.string, but for making use of char[] you need nothing to be imported.