HomeManualTopicsTypesSymbols

std_types::string/std::put

adds a character at the front of the string

Parameters

self
the string
chr
the character to add

Results

None

Example

$str " big surprise" put &str 'a'

Topic

Strings

Implements

std::put adds a single item at the front of a collection

See also

std_types::string/std::push
std_types::string/std::append