Constructs a Loop by it's length and builder. Closes the loop whenever the build function returns null.
build
null
Loop.builder(this.build, this.length);