startsWith

Returns true if the haystack address starts with the needle address, i.e. the entity that needle points at is a child of the entity that haystack points at.

  1. alias startsWith = std.string.startsWith
  2. bool startsWith(const(Address)* haystack, const(Address)* needle)
    bool
    startsWith
    (,
    const(Address)* needle
    )

Meta