Closed wscherphof closed 11 years ago
Return the result of select() as a node, so that you can select again on the result directly.
Make calling a node itself the equivalent of calling select, as in root("selector1")("selector2").
__call = select -> done
Return the result of select() as a node, so that you can select again on the result directly.