OmniTools introduces several types, mainly collections and OmniString.
Currently, several OmniString methods return an array, blocking any demeter chaining to map() for example.
It makes sense to use Vector from OmniString.
Elsewhere in the code base, that doesn't matter as we have no hint the intent is to use NOC-friendly types.