multistatic v1.0.0

multistatic

Provides a convenience factory method for instantiating multidimensional static arrays.

Installation

Add this to your application's shard.yml:

dependencies:
  multistatic:
    github: willamin/multistatic

Usage

require "multistatic"

# eg. Instantiate a 2d StaticArray of Int32 with a size of 100x100 with default values of 0
StaticArray.dim(2, Int32, 100, 0)

Contributing

  1. Fork it ( https://github.com/willamin/multistatic/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • willamin Will Lewis - creator, maintainer
Repository

multistatic

Owner
Statistic
  • 0
  • 0
  • 0
  • 0
  • 0
  • about 6 years ago
  • February 14, 2018
License

MIT License

Links
Synced at

Sat, 04 May 2024 18:28:12 GMT

Languages