bytes

fun bytes(value: Int): Memory
fun bytes(value: Long): Memory

Creates a Memory instance from the given value in bytes.


A Memory equal to this Int number of bytes.


A Memory equal to this Long number of bytes.