91. Record Array from Array

Hard

Z is a 2-D object array of (name, value, count) rows. Build a record array with columns col1, col2, col3 (formats S8, f8, i8) and return the col2 (float) values.

Implement solve(...)