LowPriorityImplicits

parsley.token.numeric.LowPriorityImplicits
sealed class LowPriorityImplicits

This class is used to provide "low-priority" implicits for the types defined within CanHold.

These implicits are not favoured equally to the implicits defined within CanHold and this means that Scala will not have any ambiguous implicit errors.

Attributes

Since

4.0.0

Source
BitBounds.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object CanHold.type

Members list

Implicits

Implicits

implicit val big_64: can_hold_64_bits[BigInt]

Evidence that BigInt can store (at least) 64 bits of data.

Evidence that BigInt can store (at least) 64 bits of data.

Attributes

Since

4.0.0

Note

long_64 is prioritised for implicit selection over this.

Source
BitBounds.scala