Function concordium_std::serial_set_no_length[][src]

pub fn serial_set_no_length<W, K>(
    map: &BTreeSet<K>,
    out: &mut W
) -> Result<(), <W as Write>::Err> where
    W: Write,
    K: Serial
Expand description

Write a BTreeSet as an ascending list of keys, without the length information.