No description
| lib | ||
| test | ||
| .gitignore | ||
| analysis_options.yaml | ||
| bit_depth.iml | ||
| CHANGELOG.md | ||
| LICENSE | ||
| pubspec.yaml | ||
| README.md | ||
A library for allowing easier use of statically typed int and float types
Usage
A simple usage example:
import 'package:bit_depth/bit_depth.dart';
main() {
var num = new Int16(27);
}