Function startsWith

Prototype

 startsWith(T)(string haystack, T needle) if (is(T : ByteString) || is(T : string))(
  string haystack,
  T needle
);

Authors

Copyright

License