module NgLib:: FastIn:: Scanner

Extended Modules

Defined in:

nglib/utils/fastin.cr

Instance Method Summary

Instance Method Detail

def read_char : Char #

[ View source ]
def read_i128 (offset = 0 ) #

[ View source ]
def read_i16 (offset = 0 ) #

[ View source ]
def read_i32 (offset = 0 ) #

[ View source ]
def read_i64 (offset = 0 ) #

[ View source ]
def read_i8 (offset = 0 ) #

[ View source ]
def read_u128 (offset = 0 ) #

[ View source ]
def read_u16 (offset = 0 ) #

[ View source ]
def read_u32 (offset = 0 ) #

[ View source ]
def read_u64 (offset = 0 ) #

[ View source ]
def read_u8 (offset = 0 ) #

[ View source ]
def read_word : String #

[ View source ]