UIntBytes
Fully qualified path: alexandria_numeric::integers::UIntBytes
#![allow(unused)] fn main() { pub trait UIntBytes<T> }
Trait functions
from_bytes
Fully qualified path: alexandria_numeric::integers::UIntBytes::from_bytes
#![allow(unused)] fn main() { fn from_bytes(input: Span<u8>) -> Option<T> }
to_bytes
Fully qualified path: alexandria_numeric::integers::UIntBytes::to_bytes
#![allow(unused)] fn main() { fn to_bytes(self: T) -> Span<u8> }