diff options
Diffstat (limited to 'man/man3/tomo-List.unique.3')
| -rw-r--r-- | man/man3/tomo-List.unique.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/man3/tomo-List.unique.3 b/man/man3/tomo-List.unique.3 index 9ed81687..1c203a62 100644 --- a/man/man3/tomo-List.unique.3 +++ b/man/man3/tomo-List.unique.3 @@ -2,7 +2,7 @@ .\" Copyright (c) 2025 Bruce Hill .\" All rights reserved. .\" -.TH List.unique 3 2025-10-11 "Tomo man-pages" +.TH List.unique 3 2025-11-29 "Tomo man-pages" .SH NAME List.unique \- get the unique items in a list .SH LIBRARY @@ -31,3 +31,5 @@ A set of the unique elements from the list. .EX assert [10, 20, 10, 10, 30].unique() == {10, 20, 30} .EE +.SH SEE ALSO +.BR Tomo-List (3) |
