Skip to content

scala 2.13's LazyZipOps (LazyZip2, LazyZip3, LazyZip4) backport for scala 2.12

Notifications You must be signed in to change notification settings

giabao/scala-collection-compat-lazyzip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scala-collection-compat-lazyzip

scala 2.13's LazyZipOps (LazyZip2, LazyZip3, LazyZip4) backport for scala 2.12

all test from scala 2.13.1 passed!

How to use

libraryDependencies += "com.sandinh" %% "scala-collection-compat-lazyzip" % "2.13.1"
  • use
import scala.collection.LazyZipOpsImplicits._

then use as normal :D - see LazyZipOpsTest

note: this library ONLY contains a empty object for scala 2.13:

package scala.collection
object LazyZipOpsImplicits {}

Licence

This software is licensed under the Apache 2 license: http://www.apache.org/licenses/LICENSE-2.0

Copyright 2019 Sân Đình (https://sandinh.com)

About

scala 2.13's LazyZipOps (LazyZip2, LazyZip3, LazyZip4) backport for scala 2.12

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages