! Copyright (C) 2012 John Benediktsson ! See http://factorcode.org/license.txt for BSD license USING: arrays sequences.zipped tools.test ; { { { 1 4 } { 2 5 } { 3 6 } } } [ { 1 2 3 } { 4 5 6 } >array ] unit-test