EmptyValBytes
[Source]
primitive val EmptyValBytes is
ValBytes val
Implements
Constructors
create
[Source]
new val create()
: EmptyValBytes val^
Returns
Public Functions
trim
[Source]
fun val trim(
from: USize val,
to: USize val)
: Array[U8 val] val
Parameters
Returns
copy_to
[Source]
fun box copy_to(
dst: Array[U8 val] ref,
src_idx: USize val,
dst_idx: USize val,
len: USize val)
: None val
Parameters
Returns
read_u8[optional B: U8 val]
[Source]
fun box read_u8[optional B: U8 val](
offset: USize val)
: U8 val ?
Parameters
Returns
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
size
[Source]
fun box size()
: USize val
Returns
apply
[Source]
fun box apply(
i: USize val)
: U8 val ?
Parameters
Returns
values
[Source]
fun box values()
: Iterator[U8 val] ref^
Returns
eq
[Source]
fun box eq(
that: EmptyValBytes val)
: Bool val
Parameters
Returns
ne
[Source]
fun box ne(
that: EmptyValBytes val)
: Bool val
Parameters
Returns