You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any reason to not to have display train in the Table object so that it can be use used using println!("?", Table) macro. This feature will generalize the API I guess so that someone do not need to use special fucntion table.printstd() to print the table instead it can be used with println! macro.
The text was updated successfully, but these errors were encountered:
Is there any reason to not to have display train in the Table object so that it can be use used using
println!("?", Table)
macro. This feature will generalize the API I guess so that someone do not need to use special fucntiontable.printstd()
to print the table instead it can be used withprintln!
macro.The text was updated successfully, but these errors were encountered: