Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 574 Bytes

Memory.md

File metadata and controls

15 lines (8 loc) · 574 Bytes

Memory

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.