stringable - tadashi9e/gmp4pony GitHub Wiki

interface box Stringable
  """
  Things that can be turned into a String.
  """
  fun string(): String iso^
    """
    Generate a string representation of this object.
    """

⚠️ **GitHub.com Fallback** ⚠️