Commit 1c1d037
committed
feat: add
Currently, `Builder::from_iters` takes as arguments both the tips and
ends, and it's the only possibility for specifying either of them during
the building process. Considering that `ends` in `Builder::from_iters`
is an `Option`, this is not very builder-like and obstructs some
use-cases.
This change introduces a fn which allows adding additional ends after
initial construction of a "fresh" `Builder`.topo::Builder::with_ends for adding ends after from_iters1 parent 520c832 commit 1c1d037
1 file changed
+8
-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 | + | |
| 54 | + | |
47 | 55 | | |
48 | 56 | | |
49 | 57 | | |
| |||
0 commit comments