Expected behaviour for eg. ``` lexpr = blosc2.lazyexpr('mean(a + b)') lexpr[:10] ``` is to slice a[:10] and b[:10] and then calculate mean but this isn't happening.