MoonBit flate: provide simplified flate (LZW) compression algorithm.
Dependencies
// Copyright 2016 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.$ moon version --all
moon 0.1.20260819 (fc2a4ee 2026-08-19) ~/.moon/bin/moon
moonc v0.10.9+6e6c44045 (2026-08-19) ~/.moon/bin/moonc
moonrun 0.1.20260819 (fc2a4ee 2026-08-19) ~/.moon/bin/moonrun
type Decompressorimpl Closer for Decompressorimpl ReadCloser for Decompressorimpl Reader for Decompressortype Writerimpl WriteCloser for WriterMoonBit flate: provide simplified flate (LZW) compression algorithm.
Dependencies