solang icon indicating copy to clipboard operation
solang copied to clipboard

Solidity Compiler for Solana and Polkadot

Results 241 solang issues
Sort by recently updated
recently updated
newest added

My question concerns this code: https://github.com/hyperledger-solang/solang/blob/53202f876d83d97a55f84d99ca21af8e55fe609f/src/sema/ast.rs#L48-L49 In Solidity, an array, mapping, or struct is entirely in memory or entirely in storage. One cannot, for example, have an in-memory array of...