isIdentical

A more generic alternative to the "is" operator, which doesn't have corner cases with static arrays / floats.

bool
isIdentical
(
T
)
(
auto ref T a
,
auto ref T b
)

Meta