Function startsWith

Prototype

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

Authors

Copyright

License