# core/src/ops/buffer/memcpy/spec.toml
# v1 schema. Uses decode-bytes-to-bytes until a buffer-copy archetype lands.
= 1
= "buffer.memcpy"
= "decode-bytes-to-bytes"
= "memcpy"
= "Straight byte buffer copy."
= "C"
[]
= "buffer_memcpy"
[]
= ["Bytes"]
= "Bytes"
= ["RightIdentity"]
= ["empty", "single_byte", "binary_bytes"]
= [64, 1, 1]
= ["buffer", "copy", "identity-law", "decode-archetype-fallback"]
= "fixtures/"