Module gomoku::board::fn_str [] [src]

Reexports

use std::prelude::v1::*;
use std::str::FromStr;

Functions

atoi

Like the c function atoi, trim space and tabs at the beginning of the string and then parse to the T integer type the following number chars.