write abstract method

ShmBlobRef write(
  1. List<int> bytes
)

Mint a fresh descriptor for bytes: allocate a stable-addressed slot, store the bytes immutably, and return a descriptor whose checksum is the bytes' FNV-1a-64, tagged with this backend's kind.

Implementation

ShmBlobRef write(List<int> bytes);