Creates a three-dimensional (3D) array (cube):
val dimens = Dimens.cube(length = 4)dimens.size = 64 // size of populationdimens.count = 3 // cube is three-dimensional space