/* * Graph viewer api. * * -- Allen Leung */ # Compiled by: # src/lib/compiler/back/low/lib/visual.libapi Graph_Viewer { # view: graph_layout::Layout -> Void; };
/*
* Graph viewer api.
*
* -- Allen Leung
*/
# Compiled by:
#
api Graph_Viewer {
view: graph_layout::Layout -> Void;
};