Skip to content

Instantly share code, notes, and snippets.

View anshuiisc's full-sized avatar

Anshu Shukla anshuiisc

View GitHub Profile
@anshuiisc
anshuiisc / ArrayUtil.sol
Created February 20, 2019 11:17
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.4.24-nightly.2018.5.3+commit.72c3b3a2.js&optimize=false&gist=
pragma solidity ^0.4.0;
import "github.com/20Scoops-CNX/solidity-utils/lib/ListInteger.sol";
import "github.com/20Scoops-CNX/solidity-utils/lib/Strings.sol";
import "github.com/20Scoops-CNX/solidity-utils/lib/Integers.sol";
contract ExampleContract {
using ListInteger for *;