All public logs

Jump to navigation Jump to search

Combined display of all available logs of Elixir Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:17, 3 December 2023 Elixirfan talk contribs created page Bit String (Created page with "== Bit String == A **bit string** is a fundamental data type in the **Elixir** programming language. It represents a sequence of bits, which can be used to store and manipulate binary data efficiently. In Elixir, bit strings are constructed using the `<<>>` syntax, and can consist of a combination of binary values, integers, and floats. === Syntax === In Elixir, the syntax for creating a bit string is as follows: ``` <<bitstring-value :: size-unit, bitstring-value ::...")