Function comp_input::input[][src]

pub fn input<T: Input>() -> T

Read an instance of T from the next line of stdin.

A call to init() is required before using this.