defmodule M do def ones(), do: [1 | &M.ones/0] end
[_ | t] = M.ones()
t.()
Keyword Lists
keyword_lists.livemd
2026-1-10
Testing Phoenix
testing_phoenix.livemd
2023-6-5
Day 10
day10.livemd
2025-12-31
NDVI Server A
ndvi_server_a.livemd
2023-6-19
Convolution with Nx
new_conv_fft.livemd
2024-12-8
ML with Elixir
understanding-nx.livemd
2024-6-20
StromBench
livebook.livemd
2025-10-28