aboutsummaryrefslogtreecommitdiff
path: root/man/man3/tomo-List.slice.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/tomo-List.slice.3')
-rw-r--r--man/man3/tomo-List.slice.312
1 files changed, 6 insertions, 6 deletions
diff --git a/man/man3/tomo-List.slice.3 b/man/man3/tomo-List.slice.3
index d160c863..5025733a 100644
--- a/man/man3/tomo-List.slice.3
+++ b/man/man3/tomo-List.slice.3
@@ -19,12 +19,12 @@ Returns a slice of the list spanning the given indices (inclusive).
.TS
allbox;
-lb lb lbx lb
-l l l l.
-Name Type Description Default
-list [T] The original list. -
-from Int The first index to include. -
-to Int The last index to include. -
+lb lb lbx
+l l l.
+Name Type Description
+list [T] The original list.
+from Int The first index to include.
+to Int The last index to include.
.TE
.SH RETURN
A new list spanning the given indices. Note: negative indices are counted from the back of the list, so `-1` refers to the last element, `-2` the second-to-last, and so on.