Skip to content

Latest commit

 

History

987 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IArray

Maven Central scaladoc

IArray is an Immutable Array wrapper for Scala. This library does NOT use scala.reflect.ClassTag

scalaz.ImmutableArray and scala.Array could NOT be scalaz.Functor. On the other hand IArray can be scalaz.Functor, scalaz.Monad, scalaz.Traverse etc.

IArray always boxing primitive values in return for provide an abstraction(scalaz typeclasses).

latest stable version

libraryDependencies += "com.github.xuwei-k" %% "iarray" % "0.8.1"

for scala-js, scala-native

libraryDependencies += "com.github.xuwei-k" %%% "iarray" % "0.8.1"

About

scalaz friendly immutable Array, NonEmptyArray

Topics

Resources

Stars

14 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages