Search
 
SCRIPT & CODE EXAMPLE
 

ELIXIR

split list in elixir

[head | tail] = [3.14, :pie, "Apple"]
[3.14, :pie, "Apple"]
head
3.14
tail
[:pie, "Apple"]
Comment

PREVIOUS NEXT
Code Example
Elixir :: elixir function arity 
Elixir :: elixir new structs 
Elixir :: elixir pipeline 
Scala :: scala concatenate list 
Scala :: scala match default 
Scala :: hashset scala 
Scala :: scala tutorial 
Scala :: for scala example 
Scala :: scala linters 
Actionscript :: DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. 
Excel :: google sheets concatenate non blank cells from two columns 
Excel :: google sheets if 
Excel :: set row as header excel 
Perl :: perl print array 
Perl :: comments in perl 
Pascal :: pascal input format check 
Powershell :: disable defender powershell 
Gdscript :: godot check if timer is running 
Clojure :: how to make a directory in clojure 
Erlang :: get port erlang 
Assembly :: how to check if chat is nsfw discord.py 
Assembly :: vba check if object exists 
Javascript :: jquery vslidation remove spaces from input 
Javascript :: datatable disable searching 
Javascript :: js random hex color 
Javascript :: WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for jquery 
Javascript :: jquery slim min js url 
Javascript :: js element exists 
Javascript :: select2 in modal not work 
Javascript :: angular validators number only in reactive form 
ADD CONTENT
Topic
Content
Source link
Name
8+3 =