diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-03-05 00:22:40 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-03-05 00:22:40 -0500 |
| commit | dba2d62d15d8233c189a109f97d7cda70fa7f6b7 (patch) | |
| tree | e30d17414553a45f006a6a5d6f05dcd2856ee386 /docs/sets.md | |
| parent | 0a3ad8ba914ab42ebbb88a3d955f71d71d581fc1 (diff) | |
Fix links
Diffstat (limited to 'docs/sets.md')
| -rw-r--r-- | docs/sets.md | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/sets.md b/docs/sets.md index 83e5cd92..494029d9 100644 --- a/docs/sets.md +++ b/docs/sets.md @@ -75,17 +75,17 @@ iterating over any of the new values. ## Set Methods -- [`func add(set:{T}, item: T -> Void)`](#`add) -- [`func add_all(set:@{T}, items: [T] -> Void)`](#`add_all) -- [`func clear(set:@{T} -> Void)`](#`clear) -- [`func has(set:{T}, item:T -> Bool)`](#`has) -- [`func (set: {T}, other: {T}, strict: Bool = no -> Bool)`](#`is_subset_of) -- [`func is_superset_of(set:{T}, other: {T}, strict: Bool = no -> Bool)`](#`is_superset_of) -- [`func overlap(set:{T}, other: {T} -> {T})`](#`overlap) -- [`func remove(set:@{T}, item: T -> Void)`](#`remove) -- [`func remove_all(set:@{T}, items: [T] -> Void)`](#`remove_all) -- [`func with(set:{T}, other: {T} -> {T})`](#`with) -- [`func without(set:{T}, other: {T} -> {T})`](#`without) +- [`func add(set:{T}, item: T -> Void)`](#add) +- [`func add_all(set:@{T}, items: [T] -> Void)`](#add_all) +- [`func clear(set:@{T} -> Void)`](#clear) +- [`func has(set:{T}, item:T -> Bool)`](#has) +- [`func (set: {T}, other: {T}, strict: Bool = no -> Bool)`](#is_subset_of) +- [`func is_superset_of(set:{T}, other: {T}, strict: Bool = no -> Bool)`](#is_superset_of) +- [`func overlap(set:{T}, other: {T} -> {T})`](#overlap) +- [`func remove(set:@{T}, item: T -> Void)`](#remove) +- [`func remove_all(set:@{T}, items: [T] -> Void)`](#remove_all) +- [`func with(set:{T}, other: {T} -> {T})`](#with) +- [`func without(set:{T}, other: {T} -> {T})`](#without) ### `add` |
