#root::debug::Show
ShowTuple root/debug/Show.vi:124
trait ShowTuple[T];
show_tuple root/debug/Show.vi:125
fn ShowTuple::show_tuple[T; ShowTuple[T]](self: &T) -> List[Show];
nil root/debug/Show.vi:135
impl nil: ShowTuple[()];
tuple root/debug/Show.vi:141
impl tuple[T, I, R; Tuple[T, I, R], Show[I], ShowTuple[R]]: ShowTuple[T];