#root::debug::Show

ShowTuple root/debug/Show.vi:125

trait ShowTuple[T];

show_tuple root/debug/Show.vi:126

fn ShowTuple::show_tuple[T; ShowTuple[T]](self: &T) -> List[Show];

nil root/debug/Show.vi:136

impl nil: ShowTuple[()];

tuple root/debug/Show.vi:142

impl tuple[T, I, R; Tuple[T, I, R], Show[I], ShowTuple[R]]: ShowTuple[T];