function anonymous(Block,t0,t1,t2 ) { return function readBlock(t) { return new Block( t0._read(t), t1._read(t), t2._read(t) ); }; }