Module pprint

Search:
Group by:

This module provides pprint function that handles pretty printing of objects.

Procs

proc pprint*(obj: string): string
  Source Edit
proc pprint*[T](obj: seq[T]): string
  Source Edit
proc pprint*[T](obj: T): string
Generic pprint implementation   Source Edit
proc pprint*[K, V](t: Table[K, V]): string
  Source Edit
proc pprint*[K, V](t: ref Table[K, V]): string
  Source Edit