pub fn slice_get(
container: &Value,
start: &Value,
end: &Value,
step: &Value,
) -> DogeResultExpand description
container[start:end:step]. A List yields a new List and a Str a new Str
(character-based); every other value is a catchable type error. Bounds clamp
rather than erroring, matching Python.