I'm wondering if there is a simple one liner that would unbox an array of Doubles into an array of doubles.
Obviously it could be done simply using a for loop, but I'm just curious to see if Java has some fancy auto-unboxing feature that allows the conversion without explicitly writing a for loop.