basic_string.opEquals

Two basic_strings are equal if they represent the same sequence of code units.

  1. bool opEquals(basic_string s)
  2. bool opEquals(T[] s)
    struct basic_string(T, Traits = char_traits!T, Alloc = allocator!T)
    extern (D) @nogc const pure nothrow @safe
    bool
    opEquals
    (
    scope const T[] s
    )

Meta