smallerStringFirst.smallerStringFirst

Compares two strings and returns true if the first is smaller according to the given ordering direction (default '<').

template smallerStringFirst(alias direction = "<")
bool
smallerStringFirst
(
T
)
(
T[] a
,
T[] b
)
if (
direction == "<" ||
direction == ">"
)