(27 lines)
1 '\" t2 .\" Copyright (c) 2025 Bruce Hill3 .\" All rights reserved.4 .\"5 .TH CString 3 2025-11-29 "Tomo man-pages"6 .SH NAME7 CString \- a Tomo type8 .SH LIBRARY9 Tomo Standard Library10 .fi11 .SH METHODS13 .TP14 .BI CString.as_text\ :\ func(str:\ CString\ ->\ Text)15 Convert a C string to Text.17 For more, see:18 .BR Tomo-CString.as_text (3)21 .TP22 .BI CString.join\ :\ func(glue:\ CString,\ pieces:\ [CString]\ ->\ CString)23 Join a list of C strings together with a separator.25 For more, see:26 .BR Tomo-CString.join (3)