Slices ------ Slice type is similar to array, but it's size isn't explicitly baked into the type declaration. Slice value contains information about element count and pointer to propper allocated memory block. Any array can be implicitly converted to slice. .. literalinclude:: 005_slices.bl :language: bl .. raw:: html :file: disqus.html