Package: unsafe
Contract type: Static library
Source file: Memory.sol
Tests source file: memory.sol
Perf (gas usage) source file: memory.sol
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.