[][src]Module solana_libra_bytecode_verifier::nonce

This module implements the Nonce type used for borrow checking in the abstract interpreter. A Nonce instance represents an arbitrary reference or access path. The integer inside a Nonce is meaningless; only equality and borrow relationships are meaningful.

Structs

Nonce