diff options
Diffstat (limited to 'man/man3/tomo-List.find.3')
| -rw-r--r-- | man/man3/tomo-List.find.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/man3/tomo-List.find.3 b/man/man3/tomo-List.find.3 index 65ae5926..1eef0bb2 100644 --- a/man/man3/tomo-List.find.3 +++ b/man/man3/tomo-List.find.3 @@ -2,7 +2,7 @@ .\" Copyright (c) 2025 Bruce Hill .\" All rights reserved. .\" -.TH List.find 3 2025-09-21 "Tomo man-pages" +.TH List.find 3 2025-11-29 "Tomo man-pages" .SH NAME List.find \- find an element's index .SH LIBRARY @@ -33,3 +33,5 @@ The index of the first occurrence or `none` if not found. assert [10, 20, 30, 40, 50].find(20) == 2 assert [10, 20, 30, 40, 50].find(9999) == none .EE +.SH SEE ALSO +.BR Tomo-List (3) |
