The use of AnyRef is very likely to take a reference to a const slice. Makeing `AnyRef::new()` const would mean less runtime code.
The use of AnyRef is very likely to take a reference to a const slice. Makeing
AnyRef::new()const would mean less runtime code.