Packages

sealed abstract class Width extends AnyRef

Source
Width.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Width
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type W = Int

Abstract Value Members

  1. abstract def get: W
  2. abstract def known: Boolean

Concrete Value Members

  1. def +(that: Int): Width
  2. def +(that: Width): Width
  3. def dynamicShiftLeft(that: Width): Width
  4. def max(that: Width): Width
  5. def min(that: Width): Width
  6. def shiftRight(that: Int): Width