Skip to content
  • tibbe's avatar
    Add unsafeShift to Data.Bits · f1c593e0
    tibbe authored
    This allows shifting by a non-statically known amount without
    introducing a branch (to check for "overflow").
    f1c593e0