fastEqual

Compares two strings, and returns true if they're both equal. Both input must be of equal lengths.

package pure @nogc nothrow @trusted
bool
fastEqual
(
T
S
)
(
T[] t
,
S[] s
)

Meta