© 2026 Hedgehog Software, LLC
struct IOStream var source: Tensor fn __init__(inout self): self.source = Tensor[DType.int8](100) fn _resize(inout self): self.source = Tensor[DType.int8](50) # fails as self.source is static
self.source
mem::replace
mojo run
mojo build
./path/to/binary