Licensir.TableRex.Table.render-exclamation-mark
You're seeing just the function
render-exclamation-mark
, go back to Licensir.TableRex.Table module for more information.
Specs
Renders the current table state to string, ready for display via IO.puts/2
or other means.
At least one row must have been added before rendering.
Returns the rendered string on success, or raises TableRex.Error
on failure.