rune::runtime

Function bytes_slice_index_get

Source
pub fn bytes_slice_index_get(
    this: &[u8],
    index: Value,
) -> VmResult<Option<Value>>
Expand description

This is a common index get implementation that is helpfull for custom type to impl INDEX_GET protocol.