pub fn destaticize(s: &str) -> bool
Expand description

Removes a static string from the internal set of static strings.

Arguments

  • s - A string slice that represents the static string to be removed.

Returns

A boolean value indicating whether the static string was present.