Skip to content

gdkrmr/UArrayInts.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UArrayInts.jl

Build Status codecov.io

julia> using UArrayInts

julia> add!(UArrayInt([0x00, 0xff]), UArrayInt([0x01]))

julia> mul!(UArrayInt(Array{UInt8}(undef, 2)), UArrayInt([0xff, 0xff]), UArrayInt([0xff]))

Currently only addition and multiplication is implemented, but the plan is to implement all the stuff for unsigned types.

About

use arrays of unsigned as unsigned

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages