import * as willow from "https://deno.land/x/willow@0.3.5/src/store/storage/kv/key_codec/kv_key_codec.ts";
Functions
f pack | pack() -- the main entry point
Encode the specified item or array of items into a buffer.
|
Unpack a buffer containing a kvKey back to
its original array elements.
This is the inverse of |