Data::Dump::Tree::TerminalPrint
NAME
Data::Dump::Tree::TerminalPrint
SYNOPSIS
use Data::Dump::Tree::TerminalPrint ;
display_foldable([ [ [ 1 ] ], ], :debug, :title<first>) ;
Display a rendered data structure in a Terminal::Print window.
You cam navigate the structure and fold it's elements.
display_foldable($data, :$debug, :$debug_column, *%options) ;
AUTHOR
Nadim ibn hamouda el Khemir https://github.com/nkh
LICENSE
This program is free software; you can redistribute it and/or modify it under the same terms as Perl6 itself.
SEE-ALSO
Terminal::Print