MCPcopy
hub / github.com/pterm/pterm / Sprintln

Method Sprintln

interface_text_printer.go:11–11  ·  view source on GitHub ↗

Sprintln formats using the default formats for its operands and returns the resulting string. Spaces are always added between operands and a newline is appended.

(a ...any)

Source from the content-addressed store, hash-verified

9 // Sprintln formats using the default formats for its operands and returns the resulting string.
10 // Spaces are always added between operands and a newline is appended.
11 Sprintln(a ...any) string
12
13 // Sprintf formats according to a format specifier and returns the resulting string.
14 Sprintf(format string, a ...any) string

Callers 15

SprintlnMethod · 0.65
SprintlnMethod · 0.65
SprintlnMethod · 0.65
TestRGB_SprintlnFunction · 0.65
SprintlnFunction · 0.65

Implementers 9

CenterPrintercenter_printer.go
BasicTextPrinterbasic_text_printer.go
PrefixPrinterprefix_printer.go
HeaderPrinterheader_printer.go
BoxPrinterbox_printer.go
ParagraphPrinterparagraph_printer.go
RGBStylergb.go
RGBrgb.go
SectionPrintersection_printer.go

Calls

no outgoing calls