DocsPlaygroundBlogCommunityPackages
  • Playground
  • Blog
  • Community
  • Packages
  • X
  • Bluesky
  • GitHub
  • Forum
Language ManualAPISyntax LookupReact
Overview
Stdlib
submodules
  • Array
  • ArrayBuffer
  • AsyncIterator
  • BigInt
  • BigInt64Array
    • Constants
    BigUint64Array
    • Constants
  • Bool
  • Console
  • DataView
  • Date
    • UTC
  • Dict
  • Error
    • URIError
    • TypeError
    • SyntaxError
    • ReferenceError
    • RangeError
    • EvalError
  • Exn
  • Float
    • Constants
    Float32Array
    • Constants
    Float64Array
    • Constants
    Int
    • Ref
    • Bitwise
      • v
        land
        D
      • v
        lor
        D
      • v
        lxor
        D
      • v
        lsl
        D
      • v
        lsr
        D
      • v
        asr
        D
      • v
        lnot
        D
    • Constants
    Int16Array
    • Constants
    Int32Array
    • Constants
    Int8Array
    • Constants
  • IntervalId
  • Intl
    • Segments
    • Segmenter
    • RelativeTimeFormat
    • PluralRules
    • NumberFormat
      • Grouping
    • Locale
    • ListFormat
    • DateTimeFormat
    • Collator
    • Common
  • Iterator
  • JSON
    • Decode
    • Encode
    • Classify
    JsError
    • URIError
    • TypeError
    • SyntaxError
    • ReferenceError
    • RangeError
    • EvalError
  • JsExn
  • Lazy
  • List
  • Map
  • Math
    • Int
    • Constants
  • Null
  • Nullable
  • Object
  • Option
  • Ordering
  • Pair
  • Promise
  • RegExp
    • Result
  • Result
  • Set
  • String
  • Symbol
  • TimeoutId
  • Type
    • Classify
  • TypedArray
  • Uint16Array
    • Constants
    Uint32Array
    • Constants
    Uint8Array
    • Constants
    Uint8ClampedArray
    • Constants
  • WeakMap
  • WeakSet
  • Docs / API / Stdlib / Int / Bitwise

    Bitwise

    land

    Deprecated

    RESCRIPT
    let land: (int, int) => int

    lor

    Deprecated

    RESCRIPT
    let lor: (int, int) => int

    lxor

    Deprecated

    RESCRIPT
    let lxor: (int, int) => int

    lsl

    Deprecated

    RESCRIPT
    let lsl: (int, int) => int

    lsr

    Deprecated

    RESCRIPT
    let lsr: (int, int) => int

    asr

    Deprecated

    RESCRIPT
    let asr: (int, int) => int

    lnot

    Deprecated

    RESCRIPT
    let lnot: int => int
    Types and values
    • v
      land
      D
    • v
      lor
      D
    • v
      lxor
      D
    • v
      lsl
      D
    • v
      lsr
      D
    • v
      asr
      D
    • v
      lnot
      D

    © 2025 The ReScript Project

    About
    • Community
    • ReScript Association
    Find us on