<link rel="stylesheet" href="../../../../css/reference.css">
These are the functions that are needed to implement the interface `Printable`:
### print
<table>
<thead>
<tr>
<th>Overload</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td> <code>print(obj: Self) -> ()</code> </td>
<td rowspan="1">
Prints <code>obj</code> to stdout
</td>
</tr>
</tbody>
</table>