Vector/Matrix slicing

How do this?

I’ve tried math::Vector.slice(), math::Matrix.slice(), matrix::Vector.slice(), matrix::Matrix.slice()

Here’s an example from the Matrix tests. https://github.com/PX4/Matrix/blob/master/test/slice.cpp#L18