Type Alias Handle

    Handle: Writable<Str> | Arr<string>

    A bound named handle: a string capture is a Writable<Str>; a star capture is an editable Arr<string>.