A predefined proc for this could avoid the unnecessary range check and simply return the internal `seq` field that points to the items — that would boil down to one CPU instruction.
If the seq is empty the result would presumably be `nil`, but as explained several times above (thanks, @jibal!) it's irrelevant what the pointer is when the length is 0.