Casts scalars and stringable objects to strings.
\TypeError When the provided value is not stringable
public static final function resolve(\Stringable|string|int|float|bool $value) : string { return $value; }