Memory

November 4, 2017 ยท View on GitHub

Package: unsafe

Contract type: Static library

Source file: Memory.sol

Tests source file: memory.sol

Perf (gas usage) source file: memory.sol

description

The unsafe package contains code that performs potentially unsafe operations, for example reading and writing directly from memory. The memory library is used to work with memory directly; there are methods for copying memory, equals-checks, and converting from and to Solidity types.