Documentation

UnicodeBasic.PropList

Instances For
    Equations
    • Unicode.instInhabitedPropList = { default := { whiteSpace := default, otherMath := default, otherAlphabetic := default, otherLowercase := default, otherUppercase := default } }
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      Equations
      • Unicode.PropList.data = { whiteSpace := #[], otherMath := #[], otherAlphabetic := #[], otherLowercase := #[], otherUppercase := #[] }
      Instances For
        @[inline]

        Check if code point has White_Space property

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          @[inline]

          Check if code point has Other_Math property

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For
            @[inline]

            Check if code point has Other_Alphabetic property

            Equations
            • One or more equations did not get rendered due to their size.
            Instances For
              @[inline]

              Check if code point has Other_Lowercase property

              Equations
              • One or more equations did not get rendered due to their size.
              Instances For
                @[inline]

                Check if code point has Other_Uppercase property

                Equations
                • One or more equations did not get rendered due to their size.
                Instances For