aboutsummaryrefslogtreecommitdiff
path: root/man/man3/tomo-List.where.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/tomo-List.where.3')
-rw-r--r--man/man3/tomo-List.where.310
1 files changed, 5 insertions, 5 deletions
diff --git a/man/man3/tomo-List.where.3 b/man/man3/tomo-List.where.3
index a436d2ea..9a02aaaf 100644
--- a/man/man3/tomo-List.where.3
+++ b/man/man3/tomo-List.where.3
@@ -19,11 +19,11 @@ Find the index of the first item that matches a predicate function (if any).
.TS
allbox;
-lb lb lbx lb
-l l l l.
-Name Type Description Default
-list [T] The list to search through. -
-predicate func(item:&T -> Bool) A function that returns \fByes\fR if the item's index should be returned or \fBno\fR if it should not. -
+lb lb lbx
+l l l.
+Name Type Description
+list [T] The list to search through.
+predicate func(item:&T -> Bool) A function that returns \fByes\fR if the item's index should be returned or \fBno\fR if it should not.
.TE
.SH RETURN
Returns the index of the first item where the predicate is true or `none` if no item matches.