primitive 1.0.0 primitive: ^1.0.0 copied to clipboard
A starting point for Dart libraries or applications.
This #
This is slow library for limited bit integer and float.
Features #
This package have Integer and Float types with bits.
I8, I16, I32, I64, I128, I256
U8, U16, U32, U64, U128, U256
F32, F64
Getting started #
Usage #
TODO: Include short and useful examples for package users. Add longer examples
to /example
folder.
const like = 'sample';
Additional information #
TODO: Tell users more about the package: where to find more information, how to contribute to the package, how to file issues, what response they can expect from the package authors, and more.