Trait hacspec_lib::FunctionalVec
source · pub trait FunctionalVec {
// Required methods
fn concat(&self, other: &[u8]) -> Vec<u8> ⓘ;
fn concat_byte(&self, other: u8) -> Vec<u8> ⓘ;
}
pub trait FunctionalVec {
// Required methods
fn concat(&self, other: &[u8]) -> Vec<u8> ⓘ;
fn concat_byte(&self, other: u8) -> Vec<u8> ⓘ;
}