Commit a7a8d7c
committed
feat: add
Currently, `Builder::from_iters` takes as arguments both the tips and
ends. Previously, this would be the only possibility for specifying
either of them during the building process. To enhance the
builder-likeness of `Builder`, we recently introduced a fn for adding
additional ends.
This change introduces a fn which allows adding additional tips after
initial construction of a "fresh" `Builder`, allowing for more usage
patterns.topo::Builder::with_tips fn for adding tips after from_iters1 parent 1c1d037 commit a7a8d7c
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
47 | 54 | | |
48 | 55 | | |
49 | 56 | | |
| |||
0 commit comments