Nonoblock: Difference between revisions

Content added Content deleted
(Add an algorithm.)
(Updated D entry)
Line 77:
if (result) return result;
} else {
enforce(sum(cast(uint[])blocks).sum + blocks.length - 1 <= cells,//**
"Those blocks cannot fit in those cells.");
immutable firstBl = blocks[0];