diff options
Diffstat (limited to 'man/man3/tomo-List.heap_pop.3')
| -rw-r--r-- | man/man3/tomo-List.heap_pop.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man3/tomo-List.heap_pop.3 b/man/man3/tomo-List.heap_pop.3 index f0cce34d..089a4ef6 100644 --- a/man/man3/tomo-List.heap_pop.3 +++ b/man/man3/tomo-List.heap_pop.3 @@ -2,7 +2,7 @@ .\" Copyright (c) 2025 Bruce Hill .\" All rights reserved. .\" -.TH List.heap_pop 3 2025-04-19T14:30:40.361244 "Tomo man-pages" +.TH List.heap_pop 3 2025-04-19T14:48:15.711331 "Tomo man-pages" .SH NAME List.heap_pop \- Removes and returns the top element of a heap or `none` if the list is empty. By default, this is the *minimum* value in the heap. @@ -10,7 +10,7 @@ List.heap_pop \- Removes and returns the top element of a heap or `none` if the Tomo Standard Library .SH SYNOPSIS .nf -.BI "List.heap_pop : func(list: @[T], by: func(x,y:&T->Int32) = T.compare -> T?)" +.BI List.heap_pop\ :\ func(list:\ @[T],\ by:\ func(x,y:&T->Int32)\ =\ T.compare\ ->\ T?) .fi .SH DESCRIPTION |
