Function aid_prefix

Source
pub fn aid_prefix(bytes: impl AsRef<[u8]>) -> bool
Expand description

Check weather or not an array of bytes contains the prefix of an AgentId.

Useful for filtering in key-value storages, when multiple ID types are used as keys or key-prefixes.