Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

first

list.first

§first
 => 
list.A
:
Any 

get the head of this list

list must not be empty, causes precondition failure if debug is enabled.

redefines: