A view() with indices omitted?

It would be convenient to allow view(A) for view A in its entirety.

Currently, view is modeled after getindex. As such view(A) should correspond to getindex(A) or A[]. I’ll admit that the utility there is rather low (and it currently is buggy), but this correspondence is quite important for the @view and @views macros.