fill

expect fun Memory.fill(offset: Long, count: Long, value: Byte)
expect fun Memory.fill(offset: Int, count: Int, value: Byte)

Fill memory range starting at the specified offset with value repeated count times.

actual fun Memory.fill(offset: Long, count: Long, value: Byte)
actual fun Memory.fill(offset: Int, count: Int, value: Byte)

Fill memory range starting at the specified offset with value repeated count times.

actual fun Memory.fill(offset: Long, count: Long, value: Byte)
actual fun Memory.fill(offset: Int, count: Int, value: Byte)

Fill memory range starting at the specified offset with value repeated count times.