All elements after the first, as a (possibly empty) plain array.
const rest = tail(of("admin", "editor", "viewer")) // ["editor", "viewer"] Copy
const rest = tail(of("admin", "editor", "viewer")) // ["editor", "viewer"]
All elements after the first, as a (possibly empty) plain array.