Skip to content

ReadAsNumerics

[Source]

interface val ReadAsNumerics

Public Functions

read_u8[optional B: U8 val]

[Source]

fun box read_u8[optional B: U8 val](
  offset: USize val)
: U8 val ?

Parameters

Returns

  • U8 val ?

read_u16[optional B: U8 val]

[Source]

fun box read_u16[optional B: U8 val](
  offset: USize val)
: U16 val ?

Parameters

Returns


read_u32[optional B: U8 val]

[Source]

fun box read_u32[optional B: U8 val](
  offset: USize val)
: U32 val ?

Parameters

Returns


read_u64[optional B: U8 val]

[Source]

fun box read_u64[optional B: U8 val](
  offset: USize val)
: U64 val ?

Parameters

Returns


read_u128[optional B: U8 val]

[Source]

fun box read_u128[optional B: U8 val](
  offset: USize val)
: U128 val ?

Parameters

Returns