This should work: ```julia ca = CArray(a=5, b=[(a=20., b=0), (a=33., b=0), (a=44., b=3)], c=(a=2, b=[1., 2.])) ca.b[1] == CArray(a=20, b=0) ```