bytes_slice_index_get

Function bytes_slice_index_get 

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

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