//reikai-core/io.github.kerelape.reikai.io/Memory
Memory
[JVM]
class Memory(origin: RandomAccessDestination, position: Entity = 0.asEntity, size: Entity = (-1).asEntity) : Destination
Mutable memory.
Since
0.0.0
Constructors
| Memory | [JVM] fun Memory(origin: RandomAccessDestination, position: Entity = 0.asEntity, size: Entity = (-1).asEntity) |