aboutsummaryrefslogtreecommitdiff
path: root/man/man3/tomo-CString.3
blob: dac93133bad8c60634823897f75f89c12ce06348 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
'\" t
.\" Copyright (c) 2025 Bruce Hill
.\" All rights reserved.
.\"
.TH CString 3 2025-11-29 "Tomo man-pages"
.SH NAME
CString \- a Tomo type
.SH LIBRARY
Tomo Standard Library
.fi
.SH METHODS

.TP
.BI CString.as_text\ :\ func(str:\ CString\ ->\ Text)
Convert a C string to Text. 

For more, see:
.BR Tomo-CString.as_text (3)


.TP
.BI CString.join\ :\ func(glue:\ CString,\ pieces:\ [CString]\ ->\ CString)
Join a list of C strings together with a separator. 

For more, see:
.BR Tomo-CString.join (3)