to_string

Converts the given value to a string.

@nogc
to_string
(
T
)
()

Parameters

value T

The input value.

Return Value

Type: nstring

A string parsed from input.

Meta