Create a chainable pipeline from a value or Result.
pipeline(shape) .then(s => filletShape(s, edges, 2)) .then(s => shellShape(s, [topFace], 1)) .result // → Result<Shape3D> Copy
pipeline(shape) .then(s => filletShape(s, edges, 2)) .then(s => shellShape(s, [topFace], 1)) .result // → Result<Shape3D>
Create a chainable pipeline from a value or Result.