am-kantox / am-kantox/lazy_for
Bitstring generators
Aperta
enhancement
help wanted
- Lingua principale
- Elixir
- Stelle
- 3
- Fork
- 0
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
```elixir
iex> # Bitstring generators are also supported and are very useful
iex> # when you need to organize bitstring streams:
iex> pixels = <<213, 45, 132, 64, 76, 32, 76, 0, 0, 234, 32, 15>>
iex> result = stream <>, do: {r, g, b}
iex> Enum.to_list(result)
[{213, 45, 132}, {64, 76, 32}, {76, 0, 0}, {234, 32, 15}]
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.